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:
- 13:cd6d2f999057
- Parent:
- 11:cc5861abfca5
- Child:
- 15:b15bf9357cd9
--- a/CrossyChicken/CrossyChicken.h Wed May 13 03:04:45 2020 +0000 +++ b/CrossyChicken/CrossyChicken.h Wed May 13 03:59:27 2020 +0000 @@ -1,4 +1,3 @@ - #ifndef CROSSYCHICKEN_H #define CROSSYCHICKEN_H @@ -8,6 +7,8 @@ #include "Chicken.h" #include "Car.h" #include "Level.h" +#include "Vehicle.h" + #include <vector> struct Input{ @@ -21,8 +22,8 @@ public: Level *local_level; + CrossyChicken(Level *level); - CrossyChicken(Level *level); public: void start(); void input();