diff options
Diffstat (limited to 'source/packets/cPacket_WindowClick.h')
-rw-r--r-- | source/packets/cPacket_WindowClick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_WindowClick.h b/source/packets/cPacket_WindowClick.h index e330584e1..fc380d9fc 100644 --- a/source/packets/cPacket_WindowClick.h +++ b/source/packets/cPacket_WindowClick.h @@ -1,7 +1,7 @@ #pragma once
#include "cPacket.h"
-#include "PacketID.h"
+
class cPacket_WindowClick : public cPacket // [C -> S]
{
|