free ram and tyrobj wip

This commit is contained in:
h4570
2022-07-26 19:32:20 +02:00
parent 70028a8f18
commit 7a9b294945
15 changed files with 550 additions and 27 deletions
+1
View File
@@ -18,6 +18,7 @@ class Loader {
protected:
std::string getFilenameFromPath(const std::string& path);
std::string getFilenameWithoutExtension(const std::string& filename);
std::string getExtensionOfFilename(const std::string& filename);
};
} // namespace Tyra