1
0

Precompile unordered_map/set

+ Add inclusions to Globals.h
* Sort Globals.h
- Remove sys/stat.h from Globals.h
This commit is contained in:
Tiger Wang
2020-07-19 19:58:53 +01:00
parent f4fe137ab5
commit 3f712ca9cf
12 changed files with 18 additions and 31 deletions

View File

@@ -1,8 +1,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include <unordered_map>
#include "Player.h"
#include "../Mobs/Wolf.h"
#include "../Mobs/Horse.h"