X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameConfig.h;h=c13b4ab3efc60609684c9af47499ca45bdf3196d;hb=559457f14d914f6b1cb5d588a0ccf97529f011d1;hp=16b0142b426e058aca16564c648bd61f7f06b619;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/common/GameConfig.h b/src/common/GameConfig.h index 16b0142..c13b4ab 100644 --- a/src/common/GameConfig.h +++ b/src/common/GameConfig.h @@ -10,6 +10,7 @@ #include "fwd.h" #include "../battle/fwd.h" +#include "../menu/fwd.h" namespace common { @@ -22,6 +23,8 @@ struct GameConfig { battle::Resources *battleResources; battle::PartyLayout *heroesLayout; + menu::Resources *menuResources; + }; }