Engine update

This commit is contained in:
2026-02-26 14:46:29 +03:00
parent fcba7d9035
commit 2539ceee03
33 changed files with 1677 additions and 180 deletions

View File

@@ -51,6 +51,7 @@ public:
ModelSystem();
~ModelSystem();
void Init();
void Shutdown();
Model* LoadModel(const char* filename);
@@ -66,6 +67,6 @@ private:
};
extern ModelSystem* g_pModelSystem;
extern ModelSystem* g_modelSystem;
#endif // !MODELMANAGER_H