Fixed std namespace collisions

Refactored ChunkID/ChunkReader/Writer
This commit is contained in:
Raildex 2020-06-20 23:39:08 +02:00
parent 820a3700b0
commit b635f4df13
47 changed files with 589 additions and 498 deletions

View file

@ -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;