mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 02:34:41 +03:00
Hello WWWWWWorld!
This commit is contained in:
11
desktop_version/src/Enums.h
Normal file
11
desktop_version/src/Enums.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ENUMGAME_H
|
||||
#define ENUMGAME_H
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
GAMEMODE, TITLEMODE, CLICKTOSTART, FOCUSMODE, MAPMODE, TELEPORTERMODE, GAMECOMPLETE, GAMECOMPLETE2, EDITORMODE, PRELOADER
|
||||
|
||||
};
|
||||
|
||||
#endif /* ENUMGAME_H */
|
||||
Reference in New Issue
Block a user