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:
- 8:21b6d4dbce44
- Parent:
- 4:afbf3dd71403
- Child:
- 9:96969b1c6bde
diff -r 68e06dda79f7 -r 21b6d4dbce44 Sprite/Sprite.h --- a/Sprite/Sprite.h Wed Apr 17 12:39:46 2019 +0000 +++ b/Sprite/Sprite.h Fri Apr 19 17:54:09 2019 +0000 @@ -21,7 +21,6 @@ Vector2D getPos(); void setPos(Vector2D pos); void update(); - void flip(); void setBitmap(int * bitmap); protected: //Protected as will need to be accesible by inherited classes.