Final Submission. I have read and agreed with Statement of Academic Integrity.
Dependencies: mbed Gamepad N5110 Joystick
Diff: main.h
- Revision:
- 8:264398d3c610
- Parent:
- 5:23a85b16ee54
- Child:
- 9:a7ea33e6bd82
diff -r 72119ea3b3b1 -r 264398d3c610 main.h --- a/main.h Thu May 09 09:09:07 2019 +0000 +++ b/main.h Thu May 09 10:55:22 2019 +0000 @@ -15,6 +15,7 @@ // FUNCTION PROTOTYPES void Init(); void Welcome(); +void Menu(); void render(); void update();