]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.h
removed useless comments
[l2e.git] / src / common / GameConfig.h
index 4da5ff36a9812a3cfcde615324539bc6479020cd..fbbda22b5081dcae4632d5ca175c05988738f508 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 {
 
@@ -22,4 +29,4 @@ struct GameConfig {
 
 }
 
-#endif /* COMMON_GAMECONFIG_H_ */
+#endif