X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=dab2dc5f5ec9710e39781f160fea341efbfca5b3;hb=c49d46cbfbd7720627af2414e94963850fe8eed6;hp=a9d1e2ea7bb3f259b3be754ba3cc178499addc3e;hpb=c03b01f2a152927227a674d462794604aa08e5dd;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index a9d1e2e..dab2dc5 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_FWD_H_ #define MAP_FWD_H_ @@ -15,6 +8,8 @@ class Entity; class Map; class MapState; class Tile; +class TransitionState; +class Trigger; }