1
0

Fixed VC2008 compilation, normalized include paths.

This commit is contained in:
madmaxoft
2013-11-27 09:17:25 +01:00
parent d925cf4def
commit 2113ca3844
16 changed files with 31 additions and 32 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 "jsoncpp/include/json/json.h"
#include "json/json.h"
#include "SignEntity.h"
#include "../Entities/Player.h"