diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp new file mode 100644 index 00000000..8ff68cc0 --- /dev/null +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -0,0 +1,5 @@ +#include "IAnimatedMesh.h" +#include "IMeshLoader.h" +#include "IReadFile.h" +#include "path.h" +#include "json.hpp" \ No newline at end of file