diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-03 16:52:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-03 16:55:25 +0300 |
commit | aa1e8a7a7236d49d91501eac2da81bdb96f0bba5 (patch) | |
tree | 833744617232b18ae86aa108dddc72dad8381360 /src/sound.h | |
parent | d69ea30539a6fe816dd6e1d943a0a2adcbd95c19 (diff) | |
download | plus-aa1e8a7a7236d49d91501eac2da81bdb96f0bba5.tar.gz plus-aa1e8a7a7236d49d91501eac2da81bdb96f0bba5.tar.bz2 plus-aa1e8a7a7236d49d91501eac2da81bdb96f0bba5.tar.xz plus-aa1e8a7a7236d49d91501eac2da81bdb96f0bba5.zip |
Rename music.cpp/h to sdlmusic.
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound.h b/src/sound.h index 7aba7e7be..12b75a86b 100644 --- a/src/sound.h +++ b/src/sound.h @@ -31,7 +31,7 @@ #include "localconsts.h" -class Music; +class SDLMusic; static const std::string SOUND_INFO = "soundinfo"; static const std::string SOUND_ERROR = "sounderror"; @@ -164,7 +164,7 @@ class Sound final : public ConfigListener int mMusicVolume; std::string mCurrentMusicFile; - Music *mMusic; + SDLMusic *mMusic; bool mPlayBattle; bool mPlayGui; bool mPlayMusic; |