Thomas Foster 201 096 550 Re published. Please check time of final commit

Dependencies:   mbed N5110_tf

main.h

Committer:
el17ttds
Date:
2019-05-06
Revision:
3:3d35ab70b565
Parent:
2:ee9b361ba6df
Child:
4:3446009e2f38

File content as of revision 3:3d35ab70b565:

#include "mbed.h"
#include "Gamepad.h"
#include "N5110.h"
#include "Engine.h"

#define SCREEN_WIDTH 84
#define SCREEN_HEIGHT 48
#define MAP_WIDTH 100
#define MAP_HEIGHT 100
#define MAX_SPEED 3

/////////////// structs /////////////////

///////////// prototypes ///////////////
void init();
void welcome();
string menu();
void ask(string option);
void begin(string option);
void play();
void tutorial();
void highscores();
void credits();