X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTransitionState.h;h=965da8a29f2929697d45d3033c0171ffcb33c86b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=293cdb2cf906bdd57f5e368253113d68bdf74057;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/map/TransitionState.h b/src/map/TransitionState.h index 293cdb2..965da8a 100644 --- a/src/map/TransitionState.h +++ b/src/map/TransitionState.h @@ -1,9 +1,16 @@ #ifndef MAP_TRANSITIONSTATE_H_ #define MAP_TRANSITIONSTATE_H_ -#include "fwd.h" +namespace map { + class Map; + class MapState; +} +namespace math { + template + class Vector; +} + #include "../app/State.h" -#include "../math/Vector.h" namespace map {