summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_MatchBloxEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/engine/C_MatchBloxEngine.h')
-rw-r--r--matchblox/engine/C_MatchBloxEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/engine/C_MatchBloxEngine.h b/matchblox/engine/C_MatchBloxEngine.h
index 48a17b7..19e0630 100644
--- a/matchblox/engine/C_MatchBloxEngine.h
+++ b/matchblox/engine/C_MatchBloxEngine.h
@@ -2,7 +2,7 @@
#define C_MATCHBLOXENGINE_HEADER_FILE
-#include "MessageQueue.h"
+#include "message_queue.h"
#include "typedefs.h"
class C_3DObject;
@@ -137,7 +137,7 @@ public:
GameSettings f_GameSettings);
~C_MatchBloxEngine();
- GameResult ProcessMsgs(msgQueue &f_Queue);
+ GameResult ProcessMsgs(void);
void Render(unsigned int f_uiElapsedTime);
bool NewGame(int f_iUserID, int f_iGameId, BoxSize f_BS);