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

17 lines
215 B
C
Raw Permalink Normal View History

2020-01-01 21:29:24 +01:00
#ifndef INPUT_H
#define INPUT_H
void titleinput(void);
2020-01-01 21:29:24 +01:00
void gameinput(void);
2020-01-01 21:29:24 +01:00
void mapinput(void);
2020-01-01 21:29:24 +01:00
void teleporterinput(void);
2020-01-01 21:29:24 +01:00
void gamecompleteinput(void);
2020-01-01 21:29:24 +01:00
void gamecompleteinput2(void);
2020-01-01 21:29:24 +01:00
#endif /* INPUT_H */