]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.h
added party menu state stub
[l2e.git] / src / common / GameConfig.h
index 16b0142b426e058aca16564c648bd61f7f06b619..c13b4ab3efc60609684c9af47499ca45bdf3196d 100644 (file)
@@ -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;
+
 };
 
 }