1
0

Further attempts to fix compile

This commit is contained in:
Tiger Wang
2013-11-25 18:29:36 +00:00
parent e3db69c4ae
commit 32449f1fca
31 changed files with 54 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
// Implements the cSignEntity class representing a single sign in the world
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "../lib/jsoncpp/include/json/json.h"
#include "lib/jsoncpp/include/json/json.h"
#include "SignEntity.h"
#include "../Entities/Player.h"