summaryrefslogtreecommitdiffstats
path: root/source/cItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cItem.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/cItem.cpp b/source/cItem.cpp
index 1233f1287..2015bd751 100644
--- a/source/cItem.cpp
+++ b/source/cItem.cpp
@@ -1,6 +1,13 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cItem.h"
#include <json/json.h>
+
+
+
+
void cItem::GetJson( Json::Value & a_OutValue )
{
a_OutValue["ID"] = m_ItemID;