summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
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();