Files
itgmania212121/stepmania/src/Game.h
T
2002-11-16 08:07:38 +00:00

25 lines
505 B
C

#ifndef GAME_H
#define GAME_H
/*
-----------------------------------------------------------------------------
File: Game
Desc: .
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
enum Game
{
GAME_DANCE, // Dance Dance Revolution
GAME_PUMP, // Pump It Up
GAME_EZ2, // Ez2dancer
GAME_PARA, // ParaPAraParadise
NUM_GAMES, // leave this at the end
GAME_INVALID,
};
#endif