X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;fp=src%2Fmenu%2FResources.h;h=8778cb5a27420afd56acd2d2b132d11e68612045;hb=1852ed1ca9ccfb63183fec12efeeaccc211a9f72;hp=acc99ad3a6bbcc076c5ee9dbf569a47691c7ee35;hpb=9648fd7d258ae1a2baccb8dd5b6f7a9491e55803;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(); };