]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Trigger.h
removed useless comments
[l2e.git] / src / map / Trigger.h
index 024b1f210e57b8714d7a67751951ef207d2fd64a..086985c48a54a9bc14d20ce25a820ac462b012c5 100644 (file)
@@ -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 {
@@ -50,4 +52,4 @@ private:
 
 }
 
-#endif /* MAP_TRIGGER_H_ */
+#endif