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.
Maps.h@16:f9227904afc4, 2015-02-16 (annotated)
- Committer:
- taylorza
- Date:
- Mon Feb 16 03:46:57 2015 +0000
- Revision:
- 16:f9227904afc4
- Parent:
- 4:45ff7fc8a431
Added a 4th game screen
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| taylorza | 4:45ff7fc8a431 | 1 | #ifndef __MAPS_H__ |
| taylorza | 4:45ff7fc8a431 | 2 | #define __MAPS_H__ |
| taylorza | 4:45ff7fc8a431 | 3 | class Maps |
| taylorza | 4:45ff7fc8a431 | 4 | { |
| taylorza | 4:45ff7fc8a431 | 5 | public: |
| taylorza | 4:45ff7fc8a431 | 6 | static const uint8_t ScreenIntro[]; |
| taylorza | 4:45ff7fc8a431 | 7 | static const uint8_t Screen1[]; |
| taylorza | 4:45ff7fc8a431 | 8 | static const uint8_t Screen2[]; |
| taylorza | 4:45ff7fc8a431 | 9 | static const uint8_t Screen3[]; |
| taylorza | 16:f9227904afc4 | 10 | static const uint8_t Screen4[]; |
| taylorza | 4:45ff7fc8a431 | 11 | }; |
| taylorza | 4:45ff7fc8a431 | 12 | #endif // __MAPS_H__ |