1
0
Fork 0

Fixed missing externals

Turns out you actually have to include the .cpp in the project file
This commit is contained in:
Bill Derouin 2014-01-10 09:23:53 -06:00
parent cee76f1ace
commit 1c2004dfbb
2 changed files with 6 additions and 1 deletions

View File

@ -442,6 +442,10 @@
RelativePath="..\src\Authenticator.h"
>
</File>
<File
RelativePath="..\src\BiomeDef.cpp"
>
</File>
<File
RelativePath="..\src\BiomeDef.h"
>

View File

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