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: CrossyChicken/CrossyChicken.h
- Revision:
- 4:aae7f8d4ab78
- Parent:
- 3:648c9d5001be
- Child:
- 5:6e3afee7eac3
--- a/CrossyChicken/CrossyChicken.h Mon May 04 03:55:03 2020 +0000 +++ b/CrossyChicken/CrossyChicken.h Wed May 06 16:53:18 2020 +0000 @@ -1,3 +1,4 @@ + #ifndef CROSSYCHICKEN_H #define CROSSYCHICKEN_H @@ -6,6 +7,7 @@ #include "Gamepad.h" #include "Chicken.h" #include "Car.h" +#include <vector> struct Input{ //UP, @@ -30,10 +32,7 @@ void move(); void setup(); - - - - + private: };