class for bullet in Car_race game
Diff: Bullet.h
- Revision:
- 6:581257752de1
- Parent:
- 5:fd945bf405dc
- Child:
- 8:89a98a3d7233
diff -r fd945bf405dc -r 581257752de1 Bullet.h --- a/Bullet.h Thu Apr 13 22:16:14 2017 +0000 +++ b/Bullet.h Sat Apr 15 18:18:39 2017 +0000 @@ -14,7 +14,7 @@ ~Bullet(); void init(Vector2D _CarHead); void draw(N5110 &lcd); - // void clearBullet(N5110 &lcd); + void clearBullet(N5110 &lcd); void update(N5110 &lcd,int _bulletDirection); // void accident(N5110 &lcd);