X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=464bb6fdab4645879bd76f7fcbe964d4ced3036d;hb=389d2fcb1e9ca1023cda11da80f00272ab20903a;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; }