Added: Pop'n Music Gametype.

This commit is contained in:
Andrew Livy
2003-10-07 00:01:32 +00:00
parent bd96d049ff
commit 5af28f3fb1
6 changed files with 98 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ enum Game
GAME_BM, // Beatmania
GAME_MANIAX, // DanceManiax
GAME_TECHNO, // TechnoMotion
GAME_PNM, // pop n music
NUM_GAMES, // leave this at the end
GAME_INVALID,
};