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

19 lines
244 B
C
Raw Normal View History

2020-01-01 21:29:24 +01:00
#ifndef INPUT_H
#define INPUT_H
2024-03-25 18:38:04 +01:00
void menuactionpress(void);
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 */