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

15 lines
166 B
C
Raw Normal View History

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