summaryrefslogtreecommitdiff
path: root/protocols/EmLanProto/src/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/EmLanProto/src/packet.h')
-rw-r--r--protocols/EmLanProto/src/packet.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/EmLanProto/src/packet.h b/protocols/EmLanProto/src/packet.h
new file mode 100644
index 0000000000..b4fcd2dc2c
--- /dev/null
+++ b/protocols/EmLanProto/src/packet.h
@@ -0,0 +1,14 @@
+//////////////////////////////////////////////////////////////////////////
+// Packets parsing for the E-mage lan protocol
+
+#ifndef __packet_h__
+#define __packet_h__
+
+class CPacket
+{
+public:
+ CPacket();
+ ~CPacket();
+};
+
+#endif //__packet_h__