Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Entity/Bullets/Bullets.h
- Revision:
- 23:5a8f75e93508
- Parent:
- 22:7abf4581bc9b
- Child:
- 26:abbc19edc5c1
diff -r 7abf4581bc9b -r 5a8f75e93508 Entity/Bullets/Bullets.h
--- a/Entity/Bullets/Bullets.h Thu Apr 25 05:53:30 2019 +0000
+++ b/Entity/Bullets/Bullets.h Thu Apr 25 23:15:44 2019 +0000
@@ -12,6 +12,7 @@
// Functions
virtual void move(float, float);
virtual int * get_frame();
+ virtual void take_damage(int);
bool out_of_bounds_check();
private: