Add a basic entity class
This commit is contained in:
7
tools/main.cpp
Normal file
7
tools/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <assimp/Importer.hpp>
|
||||
#include <assimp/scene.h>
|
||||
#include <assimp/postprocess.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user