X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2Ffwd.h;h=8f2603c9504fc91521c869611786246ded572942;hb=c055b357c50dd871b49c38191a9d867ff42ea420;hp=5ff828b886508d968a3c80f3b22cde38f6a0f2ea;hpb=dc7b19b8d0be4aff410f9c4514c742fe28b25ff4;p=l2e.git diff --git a/src/map/fwd.h b/src/map/fwd.h index 5ff828b..8f2603c 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -11,9 +11,11 @@ namespace map { class Area; +class Entity; class Map; class MapState; class Tile; +class Trigger; }