1
0

Fixed MSVC builds.

This commit is contained in:
madmaxoft 2014-06-16 22:42:50 +02:00
parent 4fddbf9dfc
commit 9c3086d88c

View File

@ -1,9 +0,0 @@
#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;