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:
- 12:a1c1991835ca
- Parent:
- 10:1a3499f6b583
- Child:
- 13:d04a6caba40d
diff -r 63e54f6e7939 -r a1c1991835ca Entity/Bullets/Bullets.h --- a/Entity/Bullets/Bullets.h Tue Apr 23 03:10:09 2019 +0000 +++ b/Entity/Bullets/Bullets.h Tue Apr 23 22:59:12 2019 +0000 @@ -9,9 +9,11 @@ // Bullets(float, float); // // // Functions -// virtual void move(float, float); +// virtual void move(float x, float y, int); // virtual void chkdmg(); +// +// private: +// const float bullet_velocity = 0.5; //}; -//const float bullet_velocity = 0.5; // //#endif \ No newline at end of file