]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.h
removed stupid file headers that eclipse put in
[l2e.git] / src / common / GameConfig.h
index 16b0142b426e058aca16564c648bd61f7f06b619..4da5ff36a9812a3cfcde615324539bc6479020cd 100644 (file)
@@ -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;
+
 };
 
 }