restructure more
This commit is contained in:
6
ThirdParty/entt/testbed/testbed.cpp
vendored
Normal file
6
ThirdParty/entt/testbed/testbed.cpp
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <application/application.h>
|
||||
|
||||
int main() {
|
||||
testbed::application application{};
|
||||
return application.run();
|
||||
}
|
||||
Reference in New Issue
Block a user