1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-24 17:54:59 +01:00
VVVVVV/desktop_version/src/Logic.h

15 lines
186 B
C
Raw Normal View History

2020-01-01 15:29:24 -05:00
#ifndef LOGIC_H
#define LOGIC_H
void titlelogic(void);
2020-01-01 15:29:24 -05:00
void maplogic(void);
2020-01-01 15:29:24 -05:00
void gamecompletelogic(void);
2020-01-01 15:29:24 -05:00
void gamecompletelogic2(void);
2020-01-01 15:29:24 -05:00
void gamelogic(void);
2020-01-01 15:29:24 -05:00
#endif /* LOGIC_H */