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: RetroGameEngine/Point.h
- Revision:
- 14:b4884a31069e
- Parent:
- 11:9ae9a88a1da8
diff -r 0900880bde68 -r b4884a31069e RetroGameEngine/Point.h
--- a/RetroGameEngine/Point.h Mon Feb 16 01:51:03 2015 +0000
+++ b/RetroGameEngine/Point.h Mon Feb 16 02:35:14 2015 +0000
@@ -4,7 +4,7 @@
{
uint8_t X;
uint8_t Y;
-
+
Point() :
X(0),
Y(0)