Hangman game using qp a 16x2 LCD and joystick.

Dependencies:   TextLCD mbed qp

Revision:
1:4efaebc256d3
Parent:
0:1521c946a57b
--- a/main.cpp	Wed Feb 08 22:20:11 2012 +0000
+++ b/main.cpp	Thu Feb 09 03:57:44 2012 +0000
@@ -1,4 +1,8 @@
-#include "mbed.h"
+#include "qp_port.h"
+#include "hangman.h"
+#include "bsp.h"
+
+Q_DEFINE_THIS_FILE
 
 DigitalOut myled(LED1);