diff options
Diffstat (limited to 'source/packets/cPacket_PlayerMoveLook.h')
-rw-r--r-- | source/packets/cPacket_PlayerMoveLook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_PlayerMoveLook.h b/source/packets/cPacket_PlayerMoveLook.h index aff958927..ca2d51f1a 100644 --- a/source/packets/cPacket_PlayerMoveLook.h +++ b/source/packets/cPacket_PlayerMoveLook.h @@ -1,7 +1,7 @@ #pragma once
#include "cPacket.h"
-#include "PacketID.h"
+
class cPlayer;
class cPacket_PlayerMoveLook : public cPacket
|