X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameConfig.h;h=4da5ff36a9812a3cfcde615324539bc6479020cd;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=16b0142b426e058aca16564c648bd61f7f06b619;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/common/GameConfig.h b/src/common/GameConfig.h index 16b0142..4da5ff3 100644 --- a/src/common/GameConfig.h +++ b/src/common/GameConfig.h @@ -1,15 +1,9 @@ -/* - * GameConfig.h - * - * Created on: Oct 9, 2012 - * Author: holy - */ - #ifndef COMMON_GAMECONFIG_H_ #define COMMON_GAMECONFIG_H_ #include "fwd.h" #include "../battle/fwd.h" +#include "../menu/fwd.h" namespace common { @@ -22,6 +16,8 @@ struct GameConfig { battle::Resources *battleResources; battle::PartyLayout *heroesLayout; + menu::Resources *menuResources; + }; }