mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 11:38:08 +03:00
Change headers, move a global.
This commit is contained in:
parent
c2c6155307
commit
83b856dce8
4 changed files with 3 additions and 3 deletions
|
@ -64,5 +64,4 @@ public:
|
|||
bool DoGameflow() override;
|
||||
};
|
||||
|
||||
extern ScriptInterfaceFlow* g_GameFlow;
|
||||
extern ScriptInterfaceGame* g_GameScript;
|
||||
|
|
|
@ -35,3 +35,4 @@ public:
|
|||
virtual bool DoGameflow() = 0;
|
||||
};
|
||||
|
||||
extern ScriptInterfaceFlow* g_GameFlow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue