Change headers, move a global.

This commit is contained in:
hispidence 2022-01-29 01:31:13 +00:00
parent c2c6155307
commit 83b856dce8
4 changed files with 3 additions and 3 deletions

View file

@ -64,5 +64,4 @@ public:
bool DoGameflow() override;
};
extern ScriptInterfaceFlow* g_GameFlow;
extern ScriptInterfaceGame* g_GameScript;

View file

@ -35,3 +35,4 @@ public:
virtual bool DoGameflow() = 0;
};
extern ScriptInterfaceFlow* g_GameFlow;