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: Sprite/Background.h
- Revision:
- 17:67dbdfcdcec2
- Parent:
- 16:8a65cccd9685
- Child:
- 18:6be4c3c94a3d
--- a/Sprite/Background.h Wed May 13 23:07:05 2020 +0000 +++ b/Sprite/Background.h Thu May 14 01:07:27 2020 +0000 @@ -51,4 +51,12 @@ }; +class Background { + public: + + Background(); + ~Background(); + + //void moveWater(); +}; #endif \ No newline at end of file