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:
- 10:1a3499f6b583
- Child:
- 12:a1c1991835ca
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Entity/Bullets/Bullets.h Sun Apr 21 23:23:35 2019 +0000
@@ -0,0 +1,17 @@
+//#ifndef BULLETS_H
+//#define BULLETS_H
+//#include "Entity.h"
+//
+//class Bullets : public Entity {
+//
+// public:
+// // Constructor
+// Bullets(float, float);
+//
+// // Functions
+// virtual void move(float, float);
+// virtual void chkdmg();
+//};
+//const float bullet_velocity = 0.5;
+//
+//#endif
\ No newline at end of file