Final Submission. I have read and agreed with Statement of Academic Integrity.
Dependencies: mbed Gamepad N5110 Joystick
Game_engine/Game_engine.h
- Committer:
- el16dlc
- Date:
- 2019-05-08
- Revision:
- 1:b9f3b7d869d8
- Child:
- 2:0bd6711eae26
File content as of revision 1:b9f3b7d869d8:
#ifndef GAME_ENGINE_H #define GAME_ENGINE_H #include "mbed.h" #include "N5110.h" #include "main.h" #include "Gamepad.h" #include "Game_engine.h" class GameEngine { public: GameEngine(); ~GameEngine(); void draw(N5110 &lcd); }; #endif