1
0

Fixed link errors

This commit is contained in:
Tycho 2014-04-12 10:44:31 -07:00
parent 5bc5272a4e
commit b0dd3dca3d

9
src/ChunkDef.cpp Normal file
View File

@ -0,0 +1,9 @@
#include "Globals.h"
#include "ChunkDef.h"
// It appears that failing to have this definition causes link errors as cChunkDef::Height is not
// defined. It also appears that we can have the initalizer in the declaration so it can be inlined
// if the declaration is in a class????
const int cChunkDef::Height;