summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_MatchBloxEngine.h
diff options
context:
space:
mode:
authorMaik Teurlings <mteur@gmx.net>2008-05-20 12:19:46 (GMT)
committerMaik Teurlings <mteur@gmx.net>2008-05-20 12:19:46 (GMT)
commit97de050f8924000194f7ba7224cfeb0b22cf8fec (patch)
treec9c692edff5746573c5d862b8799247b58780c82 /matchblox/engine/C_MatchBloxEngine.h
parent484123add56ac236a9bfb361ab475bf8f3bead6f (diff)
download2iv55-97de050f8924000194f7ba7224cfeb0b22cf8fec.zip
2iv55-97de050f8924000194f7ba7224cfeb0b22cf8fec.tar.gz
2iv55-97de050f8924000194f7ba7224cfeb0b22cf8fec.tar.bz2
C_MatchBloxEngine.cpp goed gemaakt
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);