diff options
Diffstat (limited to 'source/packets/cPacket_EntityLook.cpp')
-rw-r--r-- | source/packets/cPacket_EntityLook.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_EntityLook.cpp b/source/packets/cPacket_EntityLook.cpp index f4caf7191..7cca43210 100644 --- a/source/packets/cPacket_EntityLook.cpp +++ b/source/packets/cPacket_EntityLook.cpp @@ -1,7 +1,14 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_EntityLook.h"
#include "../cEntity.h"
+
+
+
+
cPacket_EntityLook::cPacket_EntityLook(cEntity* a_Entity)
{
m_PacketID = E_ENT_LOOK;
|