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.
Diff: Sprite/Sprite.h
- Revision:
- 9:96969b1c6bde
- Parent:
- 8:21b6d4dbce44
- Child:
- 10:58cf89dd878c
--- a/Sprite/Sprite.h Fri Apr 19 17:54:09 2019 +0000
+++ b/Sprite/Sprite.h Wed Apr 24 10:18:45 2019 +0000
@@ -18,8 +18,8 @@
~Sprite();
void init(int height,int width, int * bitmap,Vector2D pos);
void render(N5110 &lcd);
- Vector2D getPos();
- void setPos(Vector2D pos);
+ Vector2D get_pos();
+ void set_pos(Vector2D pos);
void update();
void setBitmap(int * bitmap);