Index: common/message.h
===================================================================
--- common/message.h	(revision 7d7df4748ab15beae98bb90e6044426f863a6628)
+++ common/message.h	(revision 7d7df4748ab15beae98bb90e6044426f863a6628)
@@ -0,0 +1,12 @@
+#ifndef _MESAGE_H
+#define _MESSAGE__H
+
+#define MSG_TYPE_SOMETHING 1000
+
+typedef struct
+{
+	short type;
+	char buffer[256];
+} NETWORK_MSG;
+
+#endif
