mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 12:36:45 +03:00
Merge branch 'master' into scripting
This commit is contained in:
commit
6b16828381
232 changed files with 11849 additions and 9250 deletions
|
@ -1,9 +1,12 @@
|
|||
#include "GameLogicScript.h"
|
||||
#include "..\Game\items.h"
|
||||
#include "..\Game\box.h"
|
||||
#include "..\Game\lara.h"
|
||||
#include "../Game/savegame.h"
|
||||
#include "..\Game\lot.h"
|
||||
#include "..\Game\sound.h"
|
||||
#include "../Specific/setup.h"
|
||||
#include "../Specific/level.h"
|
||||
|
||||
extern GameFlow* g_GameFlow;
|
||||
GameScript* g_GameScript;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue