#include "Player.h"
#include <gcmodplay.h>
#include "libwiigui/gui.h"
#include "Options.h"
#include "tcyc_menu.h"
#include "main.h"
Go to the source code of this file.
Variables | |
MODPlay | g_modPlay |
used for playing the game music | |
GuiSound * | g_tetrisCheerSound |
the tetris sound effect | |
Options * | g_options |
the global options | |
Player * | g_players |
the player instances | |
GXRModeObj * | g_vmode |
the video mode | |
Mtx | g_view |
the global view matrix | |
bool | g_isClassicMode |
classic mode |
Definition in file Player.cpp.