1
0

Globals.h needs to be first include

This commit is contained in:
Bill Derouin 2014-01-10 15:50:52 -06:00
parent fe48f62575
commit af89794d76

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)