Fixed std namespace collisions

Refactored ChunkID/ChunkReader/Writer
This commit is contained in:
Nils Gaitzsch 2020-06-20 23:39:08 +02:00
parent 0498c261da
commit c860919616
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;