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.
globals.h@1:2c86b5fb793a, 2020-05-17 (annotated)
- Committer:
- immou
- Date:
- Sun May 17 02:06:13 2020 +0000
- Revision:
- 1:2c86b5fb793a
MVP finished
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
immou | 1:2c86b5fb793a | 1 | #ifndef GLOBAL_H_ |
immou | 1:2c86b5fb793a | 2 | #define GLOBAL_H_ |
immou | 1:2c86b5fb793a | 3 | |
immou | 1:2c86b5fb793a | 4 | // size of the map |
immou | 1:2c86b5fb793a | 5 | const int MAP_WIDTH = 800; |
immou | 1:2c86b5fb793a | 6 | const int MAP_HEIGHT = 500; |
immou | 1:2c86b5fb793a | 7 | |
immou | 1:2c86b5fb793a | 8 | #endif |