move localized string to separate file

This commit is contained in:
Chris Danford
2005-12-22 03:10:04 +00:00
parent c0d9825704
commit 74749a19bb
36 changed files with 212 additions and 77 deletions
+1 -1
View File
@@ -10,6 +10,7 @@
#include "RageTimer.h"
#include "RageSoundReader_Preload.h"
#include "Foreach.h"
#include "LocalizedString.h"
#include "arch/Sound/RageSoundDriver.h"
@@ -36,7 +37,6 @@ RageSoundManager::RageSoundManager()
}
static LocalizedString COULDNT_FIND_SOUND_DRIVER( "RageSoundManager", "Couldn't find a sound driver that works" );
void RageSoundManager::Init( CString sDrivers )
{
m_pDriver = MakeRageSoundDriver( sDrivers );