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: MazeEngine/MazeEngine.h
- Revision:
- 22:745b4d352183
- Parent:
- 21:bcc84d5cb068
- Child:
- 24:166d726b0f13
--- a/MazeEngine/MazeEngine.h Tue May 08 12:20:04 2018 +0000
+++ b/MazeEngine/MazeEngine.h Tue May 08 12:55:17 2018 +0000
@@ -23,11 +23,17 @@
void check_goal(Gamepad &pad);
void print_win(N5110 &lcd);
+ void check_wall_collision(Gamepad &pad);
Maze _maze;
Direction _dir;
Ball _ball;
Vector2D ball_pos;
+
+ int _a;
+ int _b;
+ int _c;
+ int _d;
};
#endif
\ No newline at end of file