summaryrefslogtreecommitdiffstats
path: root/source/cInventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cInventory.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/cInventory.cpp b/source/cInventory.cpp
index 166ef6ad5..93edf2c57 100644
--- a/source/cInventory.cpp
+++ b/source/cInventory.cpp
@@ -1,8 +1,9 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cInventory.h"
-#include <string> //memset
#include "cPlayer.h"
#include "cClientHandle.h"
-#include "cMCLogger.h"
#include "cWindow.h"
#include "cItem.h"
#include "cRecipeChecker.h"
@@ -14,6 +15,10 @@
#include "packets/cPacket_WholeInventory.h"
#include "packets/cPacket_InventorySlot.h"
+
+
+
+
cInventory::~cInventory()
{
delete [] m_Slots;