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:
- 44:f02510eeb165
- Parent:
- 20:077f845f09f2
- Child:
- 49:6cad8b6ec5f2
--- a/Sprite/Background.h Mon May 18 06:34:53 2020 +0000 +++ b/Sprite/Background.h Fri May 22 06:37:50 2020 +0000 @@ -1,6 +1,7 @@ -#ifndef "BACKGROUND_H" -#define "BACKGROUND_H" +#ifndef BACKGROUND_H +#define BACKGROUND_H +/* int road[4][4] = { { 1, 0, 1, 0 }, @@ -50,6 +51,7 @@ { 1, 0, 0, 0 }, }; +*/ class Background {