]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.h
removed lazy fwd headers
[l2e.git] / src / common / GameConfig.h
index c13b4ab3efc60609684c9af47499ca45bdf3196d..a3158e71222b4505a62fefa5a667c270899a9c1c 100644 (file)
@@ -1,16 +1,16 @@
-/*
- * 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 battle {
+       class PartyLayout;
+       struct Resources;
+}
+namespace common {
+       struct GameState;
+}
+namespace menu {
+       struct Resources;
+}
 
 namespace common {