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/Player/Bullets/Bullets.h
- Revision:
- 53:93338b52489d
- Parent:
- 34:1d5b4da3935e
- Child:
- 58:c8d90bb7404a
diff -r 7d05e5472022 -r 93338b52489d Entity/Player/Bullets/Bullets.h
--- a/Entity/Player/Bullets/Bullets.h Thu May 09 07:47:58 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.h Thu May 09 08:02:07 2019 +0000
@@ -14,12 +14,6 @@
virtual void draw(N5110 &lcd);
virtual void take_damage(int damage);
bool out_of_bounds_check(char * map, bool * doorways);
-
-private:
- // Private Functions
- char * get_frame();
- // Member Variable
- int direction;
};
const char bullets_sprite[3][3] = {{1,1,1},