2020-01-01 21:29:24 +01:00
|
|
|
#ifndef INPUT_H
|
|
|
|
#define INPUT_H
|
|
|
|
|
|
|
|
#include "KeyPoll.h"
|
|
|
|
#include "Graphics.h"
|
|
|
|
#include "Game.h"
|
|
|
|
#include "Entity.h"
|
|
|
|
#include "UtilityClass.h"
|
|
|
|
#include "Music.h"
|
|
|
|
#include "Map.h"
|
|
|
|
|
2020-04-01 23:52:45 +02:00
|
|
|
void titleinput();
|
2020-01-01 21:29:24 +01:00
|
|
|
|
2020-04-01 23:52:45 +02:00
|
|
|
void gameinput();
|
2020-01-01 21:29:24 +01:00
|
|
|
|
2020-04-01 23:52:45 +02:00
|
|
|
void mapinput();
|
2020-01-01 21:29:24 +01:00
|
|
|
|
2020-04-01 23:52:45 +02:00
|
|
|
void teleporterinput();
|
2020-01-01 21:29:24 +01:00
|
|
|
|
2020-04-01 23:52:45 +02:00
|
|
|
void gamecompleteinput();
|
2020-01-01 21:29:24 +01:00
|
|
|
|
2020-04-01 23:52:45 +02:00
|
|
|
void gamecompleteinput2();
|
2020-01-01 21:29:24 +01:00
|
|
|
|
|
|
|
#endif /* INPUT_H */
|