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
Diff: BulletS/BulletS.h
- Revision:
- 4:18a1fc4c38e0
- Parent:
- 3:8a140aa1ddcd
- Child:
- 5:e5bb95fb308b
--- a/BulletS/BulletS.h Sat Mar 14 21:19:58 2020 +0000
+++ b/BulletS/BulletS.h Sun Mar 22 18:51:00 2020 +0000
@@ -11,12 +11,14 @@
void draw(N5110 &lcd);
void update();
Vector2D get_position();
+// void set_hit(bool hit);
private:
int Y;
int X;
int Speed;
int Size;
+// bool Hit;
};