1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-02-04 15:15:02 +01:00
VVVVVV/desktop_version/src/Input.h

17 lines
215 B
C
Raw Normal View History

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