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
@@ -40,6 +40,7 @@
#include "StatsManager.h"
#include "Steps.h"
#include "GameCommand.h"
#include "LocalizedString.h"
CString COMBO_X_NAME( size_t p, size_t both_sides ) { return "ComboXOffset" + (both_sides ? CString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }
CString ATTACK_DISPLAY_X_NAME( size_t p, size_t both_sides ){ return "AttackDisplayXOffset" + (both_sides ? CString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }