test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
4:0fe59e58def9
Parent:
2:50a76ed8bf55
Child:
18:0f6f2aa2339d
--- a/Bullet.cpp	Fri Dec 02 06:23:48 2016 +0000
+++ b/Bullet.cpp	Fri Dec 02 07:35:34 2016 +0000
@@ -1,5 +1,5 @@
-#include<point.h>
-#include<models.h>
+#include "point.h"
+#include "models.h"
 
 Bullet::Bullet(point p, int v){
     this->p = p;