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:
- 6:5bea67cc96f9
- Parent:
- 5:e5bb95fb308b
- Child:
- 8:86cb9a9f8a73
--- a/BulletS/BulletS.h Sun Mar 22 19:06:39 2020 +0000
+++ b/BulletS/BulletS.h Mon Mar 23 15:20:59 2020 +0000
@@ -7,7 +7,7 @@
{
public:
Bullet();
- void init(int size, int speed);
+ void init(int size, int x);
void draw(N5110 &lcd);
void update();
Vector2D get_position();
@@ -18,7 +18,6 @@
int X;
int Speed;
int Size;
- int Height;
// bool Hit;
};