X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTrigger.h;h=3baf74a960b8b7badf96727766782fdee5b9c237;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=024b1f210e57b8714d7a67751951ef207d2fd64a;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/map/Trigger.h b/src/map/Trigger.h index 024b1f2..3baf74a 100644 --- a/src/map/Trigger.h +++ b/src/map/Trigger.h @@ -1,9 +1,11 @@ #ifndef MAP_TRIGGER_H_ #define MAP_TRIGGER_H_ +namespace common { + class Script; +} + #include "Entity.h" -#include "fwd.h" -#include "../common/Script.h" #include "../math/Vector.h" namespace map {