Random stuff that I should have committed ages ago.
[supertux.git] / src / trigger / secretarea_trigger.hpp
index 8500016..5976389 100644 (file)
 #define __SECRETAREA_TRIGGER_H__
 
 #include "trigger_base.hpp"
+
 #include "serializable.hpp"
-#include "resources.hpp"
-#include "video/drawing_context.hpp"
 #include "timer.hpp"
 
+namespace lisp {
+class Lisp;
+class Writer;
+}
+class DrawingContext;
+class Color;
+
 class SecretAreaTrigger : public TriggerBase, public Serializable
 {
   static Color text_color;