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:
- 4:afbf3dd71403
- Parent:
- 3:b34685dbdb8d
- Child:
- 8:21b6d4dbce44
--- a/Sprite/Sprite.h Tue Apr 02 12:40:31 2019 +0000 +++ b/Sprite/Sprite.h Sat Apr 06 11:47:18 2019 +0000 @@ -21,6 +21,8 @@ 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. Vector2D _pos;