summaryrefslogtreecommitdiffstats
path: root/MatchBloxEngine/MatchBloxEngine/MessageQueue.h
diff options
context:
space:
mode:
authorDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-06 08:20:40 (GMT)
committerDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-06 08:20:40 (GMT)
commit90e452660d230c7dd181ee7c3fbc5b5a117ed937 (patch)
treea666b6f565a125f21a44c23e39fbb7d3d5412d3a /MatchBloxEngine/MatchBloxEngine/MessageQueue.h
parent0a92d39e9e8774d96a6277f51890ee6eb345b40b (diff)
download2iv55-90e452660d230c7dd181ee7c3fbc5b5a117ed937.zip
2iv55-90e452660d230c7dd181ee7c3fbc5b5a117ed937.tar.gz
2iv55-90e452660d230c7dd181ee7c3fbc5b5a117ed937.tar.bz2
Diffstat (limited to 'MatchBloxEngine/MatchBloxEngine/MessageQueue.h')
-rw-r--r--MatchBloxEngine/MatchBloxEngine/MessageQueue.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/MatchBloxEngine/MatchBloxEngine/MessageQueue.h b/MatchBloxEngine/MatchBloxEngine/MessageQueue.h
index 0edc388..47a061e 100644
--- a/MatchBloxEngine/MatchBloxEngine/MessageQueue.h
+++ b/MatchBloxEngine/MatchBloxEngine/MessageQueue.h
@@ -1,3 +1,7 @@
+#ifndef MESSAGEQUEUE_HEADER_FILE
+
+#define MESSAGEQUEUE_HEADER_FILE
+
#include <queue>
typedef enum msgType
@@ -17,3 +21,6 @@ typedef struct message
} msgStruct;
typedef std::queue<msgStruct> msgQueue;
+
+#endif //MESSAGEQUEUE_HEADER_FILE
+