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: Mechanics/Mechanics.h
- Revision:
- 11:7b12992156de
- Parent:
- 9:7b1093d3f03a
- Child:
- 19:0245df53e919
--- a/Mechanics/Mechanics.h Wed Mar 25 15:36:01 2020 +0000 +++ b/Mechanics/Mechanics.h Sat Mar 28 10:31:41 2020 +0000 @@ -63,11 +63,12 @@ float mz; }; -struct Menu_Data { - int Menu_return; - bool Back; -}; +#endif +#ifndef ENUMS +#define ENUMS +enum track {Small, Medium, Large}; +enum cars {Basic, Offroad, Drifter, Sportscar, Racecar, Stupid}; #endif class Mechanics