X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=dab2dc5f5ec9710e39781f160fea341efbfca5b3;hb=988ba6d1b4e18a4ae5d30a892224f76cee2355cc;hp=8f2603c9504fc91521c869611786246ded572942;hpb=65f855e8181613291670bf1ef84623fabc4594d9;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index 8f2603c..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,7 @@ class Entity; class Map; class MapState; class Tile; +class TransitionState; class Trigger; }