X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2Ffwd.h;h=464bb6fdab4645879bd76f7fcbe964d4ced3036d;hb=e02068d51f5e7f82d4d3195e9a9ce5c9d76f727d;hp=a9d1e2ea7bb3f259b3be754ba3cc178499addc3e;hpb=c03b01f2a152927227a674d462794604aa08e5dd;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index a9d1e2e..464bb6f 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -15,6 +15,8 @@ class Entity; class Map; class MapState; class Tile; +class TransitionState; +class Trigger; }