class for bullet in Car_race game
Diff: Bullet.h
- Revision:
- 8:89a98a3d7233
- Parent:
- 6:581257752de1
- Child:
- 11:61bbec4ede2c
diff -r b852cf8f4f36 -r 89a98a3d7233 Bullet.h --- a/Bullet.h Sun Apr 16 19:04:08 2017 +0000 +++ b/Bullet.h Mon Apr 17 20:45:25 2017 +0000 @@ -16,6 +16,7 @@ void draw(N5110 &lcd); void clearBullet(N5110 &lcd); void update(N5110 &lcd,int _bulletDirection); + void destroyObstacles(N5110 &lcd); // void accident(N5110 &lcd); private: