X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=0a8a1e8db444a618be0cc43a37284f965245051e;hb=77b070e782e664f9906487d6ee71010f659ce8b5;hp=1500378ab75b0b370d391d352c7ff34310c61170;hpb=b9e715649b41cb69ea1b2d2a588522541eb87b46;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 1500378..0a8a1e8 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -88,6 +88,23 @@ struct Resources { graphics::Color heroesBgColor; + const char *victoryGetsText; + const char *victoryExpText; + const char *victoryGoldText; + const char *victoryLevelUpText; + const char *victoryUpgradeText; + const char *victoryNextLevelText; + + const char *victoryMHPText; + const char *victoryMMPText; + const char *victoryATPText; + const char *victoryDFPText; + const char *victorySTRText; + const char *victoryAGLText; + const char *victoryINTText; + const char *victoryGUTText; + const char *victoryMGRText; + Resources();