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:
- 11:cc5861abfca5
- Parent:
- 8:52794de935b2
- Child:
- 13:cd6d2f999057
--- a/CrossyChicken/CrossyChicken.h Wed May 13 00:59:52 2020 +0000 +++ b/CrossyChicken/CrossyChicken.h Wed May 13 01:34:03 2020 +0000 @@ -7,6 +7,7 @@ #include "Gamepad.h" #include "Chicken.h" #include "Car.h" +#include "Level.h" #include <vector> struct Input{ @@ -17,6 +18,11 @@ }; class CrossyChicken { + public: + + Level *local_level; + + CrossyChicken(Level *level); public: void start(); void input();