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
+2 -2
View File
@@ -15,7 +15,7 @@
#include "Song.h"
#include "ActorFrame.h"
#include "BitmapText.h"
#include "RageSoundSample.h"
#include "RageSound.h"
class MenuTimer : public ActorFrame
@@ -41,7 +41,7 @@ protected:
BitmapText m_textDigit1;
BitmapText m_textDigit2;
RageSoundSample m_soundBeep;
RageSound m_soundBeep;
};
#endif