This commit is contained in:
Glenn Maynard
2005-12-09 03:13:51 +00:00
parent a3efa94b2a
commit d77a3372e4
4 changed files with 21 additions and 2 deletions
+4
View File
@@ -7,6 +7,7 @@
#include "BitmapText.h"
#include "InputMapper.h"
#include "ActorScroller.h"
#include "RageSound.h"
enum { NUM_SHOWN_GAME_TO_DEVICE_SLOTS = 3 };
@@ -46,6 +47,9 @@ private:
ActorFrame m_Line[MAX_GAME_BUTTONS];
ActorScroller m_LineScroller;
RageSound m_soundChange;
RageSound m_soundDelete;
};
#endif