test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
2:50a76ed8bf55
Child:
4:0fe59e58def9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/point.h	Fri Dec 02 06:16:50 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef point_h
+#define point_h
+
+#define BOARD_X = 128
+#define BOARD_Y = 32
+
+typedef struct {
+    int x;
+    int y;
+} point;
\ No newline at end of file