]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
removed lazy fwd headers
[l2e.git] / src / map / MapState.h
index 89d235ddd631e22e0e99e93ac0d9d1b43031f950..f0f20c1ccf635379a1b0778272232e5be7840556 100644 (file)
@@ -1,10 +1,16 @@
 #ifndef MAP_MAPSTATE_H_
 #define MAP_MAPSTATE_H_
 
+namespace common {
+       struct GameConfig;
+}
+namespace map {
+       class Map;
+       class Trigger;
+}
+
 #include "Entity.h"
-#include "fwd.h"
 #include "../app/State.h"
-#include "../common/fwd.h"
 #include "../common/ScriptHost.h"
 #include "../common/ScriptRunner.h"
 #include "../math/Fixed.h"