This commit is contained in:
Glenn Maynard
2005-12-29 19:16:25 +00:00
parent cea50ab97c
commit 05fc1ac307
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
#include "arch/ArchHooks/ArchHooks.h"
#include "LuaManager.h"
#include "AutoActor.h"
#include "ThemeManager.h"
const float PARTICLE_SPEED = 300;
+1
View File
@@ -10,6 +10,7 @@
#include "Style.h"
#include "Model.h"
#include "ScreenDimensions.h"
#include "ThemeManager.h"
// "PLAYER_X" offsets are relative to the pad.. ex: Setting this to 10, and the HELPER to 300, will put the dancer at 310
#define PLAYER_X( px ) THEME->GetMetricF("BeginnerHelper",ssprintf("Player%d_X",px+1))