X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTransitionState.h;h=9a73ae5c3019385a92257d9944e2a8fdaac6d218;hb=04e4e8797a63c0a89aae9882982cd864213d05ab;hp=293cdb2cf906bdd57f5e368253113d68bdf74057;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/map/TransitionState.h b/src/map/TransitionState.h index 293cdb2..9a73ae5 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 { @@ -36,4 +43,4 @@ private: } -#endif /* MAP_TRANSITIONSTATE_H_ */ +#endif