summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_DestroyEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/packets/cPacket_DestroyEntity.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_DestroyEntity.cpp b/source/packets/cPacket_DestroyEntity.cpp
index 6dfd059c8..6e1f8a97a 100644
--- a/source/packets/cPacket_DestroyEntity.cpp
+++ b/source/packets/cPacket_DestroyEntity.cpp
@@ -1,6 +1,13 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_DestroyEntity.h"
#include "../cEntity.h"
+
+
+
+
cPacket_DestroyEntity::cPacket_DestroyEntity(cEntity* a_Entity)
{
m_PacketID = E_DESTROY_ENT;