move stuff over

This commit is contained in:
Glenn Maynard
2003-01-02 08:13:34 +00:00
parent bfb263fee4
commit 6f91b6fa0a
39 changed files with 128 additions and 133 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
#include "Screen.h"
#include "Sprite.h"
#include "BitmapText.h"
#include "RageSoundSample.h"
#include "RageSound.h"
#include "GameConstantsAndTypes.h"
#include "MusicWheel.h"
#include "CourseContentsFrame.h"
@@ -60,8 +60,8 @@ protected:
bool m_bGoToOptions;
Sprite m_sprOptionsMessage;
RageSoundSample m_soundSelect;
RageSoundSample m_soundOptionsChange;
RageSound m_soundSelect;
RageSound m_soundOptionsChange;
};