move localized string to separate file
This commit is contained in:
@@ -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)) ); }
|
||||
|
||||
Reference in New Issue
Block a user