From 1a95a435b60ff9593694fe3eddcdf0ce1de4e123 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 26 Nov 2023 01:43:26 -0500 Subject: [PATCH] The --- source/Irrlicht/CB3DJSONMeshFileLoader.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source/Irrlicht/CB3DJSONMeshFileLoader.cpp 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