Globals.h needs to be first include

master
Bill Derouin 2014-01-10 15:50:52 -06:00
parent fe48f62575
commit af89794d76
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
// Implements biome helper functions
#include "BiomeDef.h"
#include "Globals.h"
#include "BiomeDef.h"
EMCSBiome StringToBiome(const AString & a_BiomeString)