#include "Screen.h"
#include "Background.h"
#include "Foreground.h"
#include "ScoreDisplay.h"
#include "Transition.h"
#include "Player.h"
#include "EnumHelper.h"
#include "AutoKeysounds.h"
#include "PlayerState.h"
#include "StageStats.h"
Go to the source code of this file.
Classes | |
class | ScreenGameplayMultiplayer |
Defines | |
#define | FOREACH_MultiPlayer(pn) FOREACH_ENUM( MultiPlayer, NUM_MULTI_PLAYERS, pn ) |
Enumerations | |
enum | MultiPlayer { MPLAYER_1 = 0, MPLAYER_2, MPLAYER_3, MPLAYER_4, MPLAYER_5, MPLAYER_6, MPLAYER_7, MPLAYER_8, MPLAYER_9, MPLAYER_10, MPLAYER_11, MPLAYER_12, MPLAYER_13, MPLAYER_14, MPLAYER_15, MPLAYER_16, NUM_MULTI_PLAYERS, MULTI_PLAYER_INVALID } |
|
|
|
|