general improvements

This commit is contained in:
Asuro
2025-02-14 02:44:40 +01:00
parent 6e82678ade
commit ab326d3624
16 changed files with 185 additions and 80 deletions

View File

@@ -4,5 +4,5 @@
namespace Game
{
void LoadMesh(Model& mesh);
void LoadMesh(Model& mesh, const char* path);
}