class for bullet in Car_race game

Revision:
3:7015c77e39a2
Parent:
1:6bd0cbdf15f7
Child:
4:a32443aee8f8
--- a/Bullet.h	Sat Apr 01 18:48:46 2017 +0000
+++ b/Bullet.h	Fri Apr 07 10:56:15 2017 +0000
@@ -15,7 +15,7 @@
     void init(int car_x,int car_y);
     void draw(N5110 &lcd);
  //   void clearCar(N5110 &lcd);
-  //  void update(Direction d,float mag);
+    void update();
   //  void accident(N5110 &lcd);
 
 private: