summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-28 10:53:07 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-28 10:53:07 (GMT)
commit431acccc4c3bd40a9b451dc41f5d390f35906d10 (patch)
treed9fb84ab569717c22d6099a154f77b72be1a021d /matchblox/main.cpp
parent46ea014a2a53deeb0f6d6a959fe0d3f635a63219 (diff)
download2iv55-431acccc4c3bd40a9b451dc41f5d390f35906d10.zip
2iv55-431acccc4c3bd40a9b451dc41f5d390f35906d10.tar.gz
2iv55-431acccc4c3bd40a9b451dc41f5d390f35906d10.tar.bz2
final menu handlers
Diffstat (limited to 'matchblox/main.cpp')
-rw-r--r--matchblox/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/matchblox/main.cpp b/matchblox/main.cpp
index 9090443..5b1373b 100644
--- a/matchblox/main.cpp
+++ b/matchblox/main.cpp
@@ -16,6 +16,8 @@
#include <math.h>
#include "typedefs.h"
+#include "message_input.h"
+#include "message_queue.h"
#include "menu.h"
#include "textfile.h"
@@ -54,7 +56,7 @@ bool InitWiiMotes()
g_GameState.m_pWiimote[0]->SetLeds(0x0f);
- g_GameState.m_pWiimote[0]->StartRumble();
+ g_GameState.m_pWiimote[0]->StartRumble();
sleep(500);
g_GameState.m_pWiimote[0]->StopRumble();