1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 18:43:33 +02:00
VVVVVV/desktop_version/src/Enums.h
Misa b7b9caacfc Remove unused game-gamestates
These were `CLICKTOSTART` and `FOCUSMODE`.
2021-12-18 00:01:32 -08:00

12 lines
192 B
C

#ifndef ENUMGAME_H
#define ENUMGAME_H
enum GameGamestate
{
GAMEMODE, TITLEMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
};
#endif /* ENUMGAME_H */