SeasonI/states.h

8 lines
116 B

namespace GameState{
enum{
EDITOR,
TILE_SELECT,
OBJ_SELECT,
GAME_WORLD,
};
}