![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Mochu Yao explorer game
Dependencies: mbed
Diff: menu/Menu.h
- Revision:
- 29:2d592452e3fb
- Parent:
- 27:354d91d59b6d
- Child:
- 30:65e639ace415
--- a/menu/Menu.h Tue Apr 28 18:21:22 2020 +0000 +++ b/menu/Menu.h Tue Apr 28 18:26:20 2020 +0000 @@ -7,8 +7,8 @@ #include "Gameengine.h" /** State for finite state machine struct */ struct State { - int output; - int next_state[4]; + int output;/**< the output state. */ + int next_state[4];/**< the 4 state to change. */ }; /** Menu Class