This commit is contained in:
Steve Checkoway
2006-09-13 08:42:22 +00:00
parent 1dec26279a
commit dd5e6290be
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,6 @@
#include "Steps.h"
#include "RageTimer.h"
#include "ActorUtil.h"
#include "Actor.h"
#include "AnnouncerManager.h"
#include "MenuTimer.h"
#include "NetworkSyncManager.h"
@@ -24,6 +23,7 @@
#include "InputEventPlus.h"
#include "SongUtil.h"
#include "RageInput.h"
#include "SongManager.h"
AutoScreenMessage( SM_NoSongs )
AutoScreenMessage( SM_ChangeSong )
+2 -7
View File
@@ -1,16 +1,11 @@
/* ScreenNetSelectMusic - A method for Online/Net song selection */
#ifndef SCREENNETSELECTMUSIC_H
#define SCREENNETSELECTMUSIC_H
#ifndef SCREEN_NET_SELECT_MUSIC_H
#define SCREEN_NET_SELECT_MUSIC_H
#include "ScreenNetSelectBase.h"
#include "ScreenWithMenuElements.h"
#include "Sprite.h"
#include "Quad.h"
#include "BitmapText.h"
//#include "MusicBannerWheel.h"
#include "DifficultyRating.h"
#include "ModeSwitcher.h"
#include "DifficultyIcon.h"
#include "Difficulty.h"
#include "DifficultyMeter.h"