1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 18:43:33 +02:00
VVVVVV/desktop_version/src/Logic.h

15 lines
186 B
C
Raw Normal View History

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