X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=f0f20c1ccf635379a1b0778272232e5be7840556;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=89d235ddd631e22e0e99e93ac0d9d1b43031f950;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 89d235d..f0f20c1 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -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"