constant def got removed in r4234. readded constant to satisfy PSP build

This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-06 01:11:22 +00:00
parent d343b8e159
commit 4bd74db547

View File

@@ -28,6 +28,7 @@ float GameStateShop::_y4[] = { 169, 188, 250, 182, 182, 168, 220, 208, 198, 259,
namespace
{
float kGamepadIconSize = 0.5f;
std::string kOtherCardsString(": Other cards");
std::string kCreditsString("Credits: ");
}