Make it so we can inline this

This commit is contained in:
jordan4ibanez
2023-11-28 05:09:46 -05:00
parent b4233a513b
commit ec907d8771
2 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,7 @@ private:
json JSONDataContainer;
// Methods.
void cleanUp(std::string);
CSkinnedMesh* cleanUp(std::string);
bool parseJSONFile(io::IReadFile* file);
public: