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
View File
@@ -11,6 +11,7 @@
#include "Game.h"
#include "Style.h"
#include "SpecialFiles.h"
#include "LocalizedString.h"
static Preference<CString> g_sLastSeenInputDevices( "LastSeenInputDevices", "" );
static Preference<bool> g_bAutoMapOnJoyChange( "AutoMapOnJoyChange", true );