diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-27 15:04:28 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-27 15:04:28 +0100 |
commit | 86158a2d1de4594664c80d76d153fe4284d50703 (patch) | |
tree | a569eaf353095234b95f8394cfeb326d0bfc31ac /source/packets/cPacket_EntityLook.cpp | |
parent | Resources: Added MSVC2008 Express compatibility (no MFC referenced in the resource script) (diff) | |
download | cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.gz cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.bz2 cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.lz cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.xz cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.zst cuberite-86158a2d1de4594664c80d76d153fe4284d50703.zip |
Diffstat (limited to '')
-rw-r--r-- | source/packets/cPacket_EntityLook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_EntityLook.cpp b/source/packets/cPacket_EntityLook.cpp index 7dcbf61c2..f4caf7191 100644 --- a/source/packets/cPacket_EntityLook.cpp +++ b/source/packets/cPacket_EntityLook.cpp @@ -1,6 +1,6 @@ #include "cPacket_EntityLook.h"
-#include "cEntity.h"
+#include "../cEntity.h"
cPacket_EntityLook::cPacket_EntityLook(cEntity* a_Entity)
{
|