Ez2 changes

This commit is contained in:
Chris Danford
2002-08-29 20:18:41 +00:00
parent 7b53966811
commit 6e5ebcf30c
18 changed files with 408 additions and 1158 deletions
+2 -6
View File
@@ -9,11 +9,7 @@ Andrew Livy
#include "Screen.h"
#include "Sprite.h"
#include "BitmapText.h"
#include "TransitionFade.h"
#include "Quad.h"
#include "RandomSample.h"
#include "Quad.h"
#include "RageSoundSample.h"
#include "MenuElements.h"
@@ -42,5 +38,5 @@ private:
MenuElements m_Menu;
RandomSample m_soundSelect;
RageSoundSample m_soundSelect;
};