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