X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=464bb6fdab4645879bd76f7fcbe964d4ced3036d;hb=7c43158af1abf38fa896a442cb3c6d8a5bc630e7;hp=7ffe7a29127eb837fb5bd6924634206a9e48f314;hpb=4d4b40f06357392931cb309d0284875c40c2f2f0;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index 7ffe7a2..464bb6f 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -11,8 +11,12 @@ namespace map { class Area; +class Entity; class Map; +class MapState; class Tile; +class TransitionState; +class Trigger; }