mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
b7b9caacfc
These were `CLICKTOSTART` and `FOCUSMODE`.
11 lines
192 B
C
11 lines
192 B
C
#ifndef ENUMGAME_H
|
|
#define ENUMGAME_H
|
|
|
|
enum GameGamestate
|
|
{
|
|
|
|
GAMEMODE, TITLEMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
|
|
|
|
};
|
|
|
|
#endif /* ENUMGAME_H */
|