Engine update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user