mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-09 03:58:19 +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;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "Game/Lara/lara.h"
|
||||
#include "Game/Lara/lara_tests.h"
|
||||
#include "Game/Lara/lara_collide.h"
|
||||
#include "Scripting/GameFlowScript.h"
|
||||
#include "Scripting/ScriptInterfaceFlow.h"
|
||||
#include "Specific/input.h"
|
||||
#include "Specific/level.h"
|
||||
#include "Specific/setup.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "Game/Lara/lara_helpers.h"
|
||||
#include "Game/Lara/lara_basic.h"
|
||||
#include "Game/Lara/lara_slide.h"
|
||||
#include "Scripting/GameFlowScript.h"
|
||||
#include "Scripting/ScriptInterfaceFlow.h"
|
||||
#include "Sound/sound.h"
|
||||
#include "Specific/input.h"
|
||||
#include "Specific/level.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue