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: Frogger/Frogger.h
- Revision:
- 43:2cd1cfe07770
- Parent:
- 42:04e326dcf09b
- Child:
- 44:f02510eeb165
--- a/Frogger/Frogger.h Mon May 18 04:39:06 2020 +0000 +++ b/Frogger/Frogger.h Mon May 18 06:34:53 2020 +0000 @@ -5,7 +5,6 @@ #include "N5110.h" #include "Gamepad.h" #include "Frog.h" -#include "WaterObject.h" #include "Level.h" #include <vector> @@ -27,13 +26,11 @@ public: Gamepad gamepad; // actual hardware object - + int row_number; int grid_width; // screen width in grid units int lcd_w; int lcd_h; - int current_level; - public: void start(); @@ -66,18 +63,11 @@ void moveChicken(int xWay, int yWay); - void moveCar(Car *car, int dir, int x); void move(); void setup(); - void setCollision(Car* object); - void frogOnLog(Car* car); - bool returnCollision(Car* log); void createGoalPost(); }; -#endif - - - +#endif \ No newline at end of file