X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=464bb6fdab4645879bd76f7fcbe964d4ced3036d;hb=978ccdf2644bc445c864dbe581ead365b238cff8;hp=5ff828b886508d968a3c80f3b22cde38f6a0f2ea;hpb=dc7b19b8d0be4aff410f9c4514c742fe28b25ff4;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index 5ff828b..464bb6f 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -11,9 +11,12 @@ namespace map { class Area; +class Entity; class Map; class MapState; class Tile; +class TransitionState; +class Trigger; }