1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00
VVVVVV/desktop_version/src/Input.h

25 lines
335 B
C
Raw Normal View History

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"
void titleinput();
2020-01-01 21:29:24 +01:00
void gameinput();
2020-01-01 21:29:24 +01:00
void mapinput();
2020-01-01 21:29:24 +01:00
void teleporterinput();
2020-01-01 21:29:24 +01:00
void gamecompleteinput();
2020-01-01 21:29:24 +01:00
void gamecompleteinput2();
2020-01-01 21:29:24 +01:00
#endif /* INPUT_H */