]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.h
removed lazy fwd headers
[l2e.git] / src / common / GameConfig.h
index 4da5ff36a9812a3cfcde615324539bc6479020cd..a3158e71222b4505a62fefa5a667c270899a9c1c 100644 (file)
@@ -1,9 +1,16 @@
 #ifndef COMMON_GAMECONFIG_H_
 #define COMMON_GAMECONFIG_H_
 
-#include "fwd.h"
-#include "../battle/fwd.h"
-#include "../menu/fwd.h"
+namespace battle {
+       class PartyLayout;
+       struct Resources;
+}
+namespace common {
+       struct GameState;
+}
+namespace menu {
+       struct Resources;
+}
 
 namespace common {