X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=dab2dc5f5ec9710e39781f160fea341efbfca5b3;hb=c49d46cbfbd7720627af2414e94963850fe8eed6;hp=5ff828b886508d968a3c80f3b22cde38f6a0f2ea;hpb=dc7b19b8d0be4aff410f9c4514c742fe28b25ff4;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index 5ff828b..dab2dc5 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -1,19 +1,15 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_FWD_H_ #define MAP_FWD_H_ namespace map { class Area; +class Entity; class Map; class MapState; class Tile; +class TransitionState; +class Trigger; }