This commit is contained in:
Asuro
2025-02-25 04:03:48 +01:00
parent d3dcec1458
commit 60f1e72144
17 changed files with 194 additions and 19 deletions

View File

@@ -4,5 +4,7 @@
namespace Game
{
void LoadMesh(Model& mesh, const char* path);
}
bool LoadMesh(Model& mesh, const char* path, bool isBinary);
void LoadModels(Model* models, uint32_t& outCount);
uint32_t CrcPath(const char* path);
} // namespace Game