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