From 0ff6f863ee5b1575579bfd72398b870639f3987c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 04:28:17 +0000 Subject: [PATCH] s/Song.h/song.h/ I'd prefer "Song.h", but it's not worth losing history for, and SF will choke on that rename anyway. --- stepmania/src/BPMDisplay.h | 2 +- stepmania/src/Background.h | 2 +- stepmania/src/Banner.h | 2 +- stepmania/src/Course.cpp | 2 +- stepmania/src/FootMeter.h | 2 +- stepmania/src/GameState.cpp | 2 +- stepmania/src/GrooveRadar.h | 2 +- stepmania/src/HoldJudgement.h | 2 +- stepmania/src/Judgement.h | 2 +- stepmania/src/MenuTimer.h | 2 +- stepmania/src/MusicList.h | 2 +- stepmania/src/MusicWheel.h | 2 +- stepmania/src/MusicWheelItem.h | 2 +- stepmania/src/NoteField.h | 2 +- stepmania/src/Notes.cpp | 2 +- stepmania/src/NotesLoader.h | 2 +- stepmania/src/NotesLoaderBMS.h | 2 +- stepmania/src/NotesLoaderDWI.h | 4 ++-- stepmania/src/NotesLoaderKSF.h | 2 +- stepmania/src/NotesLoaderSM.h | 2 +- stepmania/src/NotesWriterDWI.h | 2 +- stepmania/src/NotesWriterSM.h | 2 +- stepmania/src/ScoreDisplayOni.h | 2 +- stepmania/src/ScoreDisplayRolling.h | 2 +- stepmania/src/ScreenManager.h | 2 +- stepmania/src/ScreenStage.h | 2 +- stepmania/src/Song.cpp | 2 +- stepmania/src/SongCacheIndex.cpp | 2 +- stepmania/src/StageDisplay.h | 2 +- stepmania/src/TextBanner.cpp | 2 +- stepmania/src/TipDisplay.h | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/stepmania/src/BPMDisplay.h b/stepmania/src/BPMDisplay.h index da3d73e9c9..eb8b6abb7b 100644 --- a/stepmania/src/BPMDisplay.h +++ b/stepmania/src/BPMDisplay.h @@ -14,7 +14,7 @@ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "ActorFrame.h" #include "BitmapText.h" #include "Quad.h" diff --git a/stepmania/src/Background.h b/stepmania/src/Background.h index d2064fd51a..eaf7a3ef42 100644 --- a/stepmania/src/Background.h +++ b/stepmania/src/Background.h @@ -16,7 +16,7 @@ #include "Sprite.h" #include "Quad.h" #include "ActorFrame.h" -#include "Song.h" +#include "song.h" #include "BGAnimation.h" diff --git a/stepmania/src/Banner.h b/stepmania/src/Banner.h index af126ba350..61f2da0708 100644 --- a/stepmania/src/Banner.h +++ b/stepmania/src/Banner.h @@ -12,7 +12,7 @@ */ #include "CroppedSprite.h" -#include "Song.h" +#include "song.h" class Course; diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index dbfad253b6..32a3e74957 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -12,7 +12,7 @@ #include "Course.h" #include "PrefsManager.h" -#include "Song.h" +#include "song.h" #include "GameManager.h" #include "SongManager.h" #include "RageException.h" diff --git a/stepmania/src/FootMeter.h b/stepmania/src/FootMeter.h index e7b2682797..f1bb1f41aa 100644 --- a/stepmania/src/FootMeter.h +++ b/stepmania/src/FootMeter.h @@ -12,7 +12,7 @@ */ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "BitmapText.h" #include "PrefsManager.h" diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index af095ce2bc..79d3b0f817 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -16,7 +16,7 @@ #include "GameManager.h" #include "PrefsManager.h" #include "InputMapper.h" -#include "Song.h" +#include "song.h" #include "RageLog.h" #include "ThemeManager.h" #include "RageUtil.h" diff --git a/stepmania/src/GrooveRadar.h b/stepmania/src/GrooveRadar.h index def572c11c..08c7291d89 100644 --- a/stepmania/src/GrooveRadar.h +++ b/stepmania/src/GrooveRadar.h @@ -13,7 +13,7 @@ #include "ActorFrame.h" #include "Sprite.h" -#include "Song.h" +#include "song.h" class GrooveRadar : public ActorFrame diff --git a/stepmania/src/HoldJudgement.h b/stepmania/src/HoldJudgement.h index b0f849f6aa..d20d91a274 100644 --- a/stepmania/src/HoldJudgement.h +++ b/stepmania/src/HoldJudgement.h @@ -13,7 +13,7 @@ #include "Sprite.h" #include "ActorFrame.h" -#include "Song.h" +#include "song.h" #include "BitmapText.h" #include "PrefsManager.h" diff --git a/stepmania/src/Judgement.h b/stepmania/src/Judgement.h index d283d87655..9dcd49ef9a 100644 --- a/stepmania/src/Judgement.h +++ b/stepmania/src/Judgement.h @@ -15,7 +15,7 @@ #include "Sprite.h" #include "ActorFrame.h" -#include "Song.h" +#include "song.h" #include "BitmapText.h" #include "PrefsManager.h" diff --git a/stepmania/src/MenuTimer.h b/stepmania/src/MenuTimer.h index 717e46f3fd..6585b40efe 100644 --- a/stepmania/src/MenuTimer.h +++ b/stepmania/src/MenuTimer.h @@ -12,7 +12,7 @@ */ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "ActorFrame.h" #include "BitmapText.h" #include "RageSound.h" diff --git a/stepmania/src/MusicList.h b/stepmania/src/MusicList.h index bd495baf95..ebd7b07268 100644 --- a/stepmania/src/MusicList.h +++ b/stepmania/src/MusicList.h @@ -3,7 +3,7 @@ #include "ActorFrame.h" #include "BitmapText.h" -#include "Song.h" +#include "song.h" const int MAX_MLIST_COLUMNS = 5; diff --git a/stepmania/src/MusicWheel.h b/stepmania/src/MusicWheel.h index 70271337d3..1914601fef 100644 --- a/stepmania/src/MusicWheel.h +++ b/stepmania/src/MusicWheel.h @@ -12,7 +12,7 @@ */ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "ActorFrame.h" #include "BitmapText.h" #include "Quad.h" diff --git a/stepmania/src/MusicWheelItem.h b/stepmania/src/MusicWheelItem.h index ef9c257671..4c2f556ed2 100644 --- a/stepmania/src/MusicWheelItem.h +++ b/stepmania/src/MusicWheelItem.h @@ -12,7 +12,7 @@ */ //#include "Sprite.h" -//#include "Song.h" +//#include "song.h" //#include "ActorFrame.h" //#include "BitmapText.h" //#include "Quad.h" diff --git a/stepmania/src/NoteField.h b/stepmania/src/NoteField.h index 273caf4ca4..3aedd90780 100644 --- a/stepmania/src/NoteField.h +++ b/stepmania/src/NoteField.h @@ -14,7 +14,7 @@ #include "Sprite.h" #include "ActorFrame.h" -#include "Song.h" +#include "song.h" #include "BitmapText.h" #include "PrefsManager.h" #include "StyleDef.h" diff --git a/stepmania/src/Notes.cpp b/stepmania/src/Notes.cpp index 7b11ed2d31..2831715a16 100644 --- a/stepmania/src/Notes.cpp +++ b/stepmania/src/Notes.cpp @@ -12,7 +12,7 @@ */ #include "Notes.h" -#include "Song.h" +#include "song.h" #include "Notes.h" #include "IniFile.h" #include "math.h" // for fabs() diff --git a/stepmania/src/NotesLoader.h b/stepmania/src/NotesLoader.h index c9d72df631..16dceae727 100644 --- a/stepmania/src/NotesLoader.h +++ b/stepmania/src/NotesLoader.h @@ -1,7 +1,7 @@ #ifndef NOTES_LOADER_H #define NOTES_LOADER_H -#include "Song.h" +#include "song.h" typedef int DanceNote; enum { diff --git a/stepmania/src/NotesLoaderBMS.h b/stepmania/src/NotesLoaderBMS.h index 916aeb13dc..2496c186a4 100644 --- a/stepmania/src/NotesLoaderBMS.h +++ b/stepmania/src/NotesLoaderBMS.h @@ -1,7 +1,7 @@ #ifndef NOTES_LOADER_BMS_H #define NOTES_LOADER_BMS_H -#include "Song.h" +#include "song.h" #include "Notes.h" #include "NotesLoader.h" diff --git a/stepmania/src/NotesLoaderDWI.h b/stepmania/src/NotesLoaderDWI.h index be96acbd7a..4dced11bd0 100644 --- a/stepmania/src/NotesLoaderDWI.h +++ b/stepmania/src/NotesLoaderDWI.h @@ -1,12 +1,12 @@ #ifndef NOTES_LOADER_DWI_H #define NOTES_LOADER_DWI_H -#include "Song.h" +#include "song.h" #include "Notes.h" #include "GameInput.h" #include "NotesLoader.h" -#include "Song.h" +#include "song.h" #include "Notes.h" /* Return NA if no files in the directory can be loaded by diff --git a/stepmania/src/NotesLoaderKSF.h b/stepmania/src/NotesLoaderKSF.h index 95cb4a48fd..55f2affccc 100644 --- a/stepmania/src/NotesLoaderKSF.h +++ b/stepmania/src/NotesLoaderKSF.h @@ -1,7 +1,7 @@ #ifndef NOTES_LOADER_KSF_H #define NOTES_LOADER_KSF_H -#include "Song.h" +#include "song.h" #include "Notes.h" #include "NotesLoader.h" diff --git a/stepmania/src/NotesLoaderSM.h b/stepmania/src/NotesLoaderSM.h index 0478a1caa7..bbc5b86c27 100644 --- a/stepmania/src/NotesLoaderSM.h +++ b/stepmania/src/NotesLoaderSM.h @@ -1,7 +1,7 @@ #ifndef NOTES_LOADER_SM_H #define NOTES_LOADER_SM_H -#include "Song.h" +#include "song.h" #include "Notes.h" #include "NotesLoader.h" diff --git a/stepmania/src/NotesWriterDWI.h b/stepmania/src/NotesWriterDWI.h index 50ab5ebc5e..fe3eee0acd 100644 --- a/stepmania/src/NotesWriterDWI.h +++ b/stepmania/src/NotesWriterDWI.h @@ -1,7 +1,7 @@ #ifndef NOTES_WRITER_DWI_H #define NOTES_WRITER_DWI_H -#include "Song.h" +#include "song.h" #include "Notes.h" #include "NoteTypes.h" diff --git a/stepmania/src/NotesWriterSM.h b/stepmania/src/NotesWriterSM.h index b5fd10cff2..f7ede3f0cd 100644 --- a/stepmania/src/NotesWriterSM.h +++ b/stepmania/src/NotesWriterSM.h @@ -1,7 +1,7 @@ #ifndef NOTES_WRITER_SM_H #define NOTES_WRITER_SM_H -#include "Song.h" +#include "song.h" class NotesWriterSM { diff --git a/stepmania/src/ScoreDisplayOni.h b/stepmania/src/ScoreDisplayOni.h index d9f8434b17..28424c22f7 100644 --- a/stepmania/src/ScoreDisplayOni.h +++ b/stepmania/src/ScoreDisplayOni.h @@ -11,7 +11,7 @@ ----------------------------------------------------------------------------- */ -#include "Song.h" +#include "song.h" #include "ScoreDisplay.h" diff --git a/stepmania/src/ScoreDisplayRolling.h b/stepmania/src/ScoreDisplayRolling.h index d9758c2ae5..66d91fe35e 100644 --- a/stepmania/src/ScoreDisplayRolling.h +++ b/stepmania/src/ScoreDisplayRolling.h @@ -12,7 +12,7 @@ */ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "ActorFrame.h" #include "BitmapText.h" #include "PlayerOptions.h" diff --git a/stepmania/src/ScreenManager.h b/stepmania/src/ScreenManager.h index 2529c29504..5121503e6b 100644 --- a/stepmania/src/ScreenManager.h +++ b/stepmania/src/ScreenManager.h @@ -13,7 +13,7 @@ #include "RageInput.h" -#include "Song.h" +#include "song.h" #include "Notes.h" #include "Screen.h" #include "BitmapText.h" diff --git a/stepmania/src/ScreenStage.h b/stepmania/src/ScreenStage.h index fe551f66c9..d1b2cb55d9 100644 --- a/stepmania/src/ScreenStage.h +++ b/stepmania/src/ScreenStage.h @@ -13,7 +13,7 @@ #include "ActorFrame.h" #include "Actor.h" #include "TransitionFade.h" -#include "Song.h" +#include "song.h" class ScreenStage : public Screen { diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 6c2ec5a21a..63a023d5e6 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -16,7 +16,7 @@ #include // for fmod #include "RageLog.h" #include "IniFile.h" -#include "Song.h" +#include "song.h" #include "NoteData.h" #include "MsdFile.h" #include "RageSound.h" diff --git a/stepmania/src/SongCacheIndex.cpp b/stepmania/src/SongCacheIndex.cpp index a5e68ffa45..162a4ba146 100644 --- a/stepmania/src/SongCacheIndex.cpp +++ b/stepmania/src/SongCacheIndex.cpp @@ -6,7 +6,7 @@ #include "SongCacheIndex.h" #include "RageLog.h" #include "RageUtil.h" -#include "Song.h" +#include "song.h" SongCacheIndex *SONGINDEX; diff --git a/stepmania/src/StageDisplay.h b/stepmania/src/StageDisplay.h index ab9dea2c1b..d8ba086e37 100644 --- a/stepmania/src/StageDisplay.h +++ b/stepmania/src/StageDisplay.h @@ -12,7 +12,7 @@ */ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "BitmapText.h" #include "PrefsManager.h" diff --git a/stepmania/src/TextBanner.cpp b/stepmania/src/TextBanner.cpp index 1a4cca0aab..8b789263a8 100644 --- a/stepmania/src/TextBanner.cpp +++ b/stepmania/src/TextBanner.cpp @@ -12,7 +12,7 @@ #include "TextBanner.h" #include "RageUtil.h" -#include "Song.h" +#include "song.h" #include "PrefsManager.h" #include "ThemeManager.h" #include "SongManager.h" diff --git a/stepmania/src/TipDisplay.h b/stepmania/src/TipDisplay.h index 849574babe..da926f1398 100644 --- a/stepmania/src/TipDisplay.h +++ b/stepmania/src/TipDisplay.h @@ -12,7 +12,7 @@ */ #include "Sprite.h" -#include "Song.h" +#include "song.h" #include "ActorFrame.h" #include "BitmapText.h"