summaryrefslogtreecommitdiffstats
path: root/MatchBloxEngine/MatchBloxEngine/MessageQueue.h
diff options
context:
space:
mode:
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
+