Fixed missing externals
Turns out you actually have to include the .cpp in the project file
This commit is contained in:
parent
cee76f1ace
commit
1c2004dfbb
@ -442,6 +442,10 @@
|
||||
RelativePath="..\src\Authenticator.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\BiomeDef.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\BiomeDef.h"
|
||||
>
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
// Implements biome helper functions
|
||||
|
||||
|
||||
#include "BiomeDef.h"
|
||||
#include "Globals.h"
|
||||
|
||||
|
||||
EMCSBiome StringToBiome(const AString & a_BiomeString)
|
||||
|
Loading…
Reference in New Issue
Block a user