X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=8778cb5a27420afd56acd2d2b132d11e68612045;hb=c806ec0b9fde2cd3e8313b4a2c38e62a0ff14365;hp=acc99ad3a6bbcc076c5ee9dbf569a47691c7ee35;hpb=f2abfc21845c29024ce2478f95429801e91ef8e8;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index acc99ad..8778cb5 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -79,6 +79,19 @@ struct Resources { const char *equipMenuRemoveAllLabel; const char *equipMenuDropLabel; + graphics::MenuProperties *configMenuProperties; + const char *configMessageSpeedLabel; + const char *configMessageSpeedFast; + const char *configMessageSpeedNormal; + const char *configMessageSpeedSlow; + const char *configBattleCursorLabel; + const char *configStatusCursorLabel; + const char *configCursorClear; + const char *configCursorMemory; + const char *configMusicLabel; + const char *configMusicStereo; + const char *configMusicMono; + Resources(); };