class for bullet in Car_race game

Revision:
5:fd945bf405dc
Parent:
4:a32443aee8f8
Child:
6:581257752de1
--- a/Bullet.h	Tue Apr 11 22:37:46 2017 +0000
+++ b/Bullet.h	Thu Apr 13 22:16:14 2017 +0000
@@ -14,8 +14,8 @@
     ~Bullet();
     void init(Vector2D _CarHead);
     void draw(N5110 &lcd);
- //   void clearCar(N5110 &lcd);
-    void update();
+ //   void clearBullet(N5110 &lcd);
+    void update(N5110 &lcd,int _bulletDirection);
   //  void accident(N5110 &lcd);
 
 private: