mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Fixed std namespace collisions
Refactored ChunkID/ChunkReader/Writer
This commit is contained in:
parent
820a3700b0
commit
b635f4df13
47 changed files with 589 additions and 498 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "sound.h"
|
||||
#include "setup.h"
|
||||
#include "level.h"
|
||||
|
||||
using namespace std;
|
||||
extern GameFlow* g_GameFlow;
|
||||
GameScript* g_GameScript;
|
||||
bool WarningsAsErrors = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue