forgot to add files
[supertux.git] / src / trigger / trigger_base.h
index 5ccc9ea..9038a55 100644 (file)
 #define SUPERTUX_TRIGGER_BASE_H
 
 #include "moving_object.h"
-#include "math/rectangle.h"
+#include "math/rect.h"
 #include "sprite/sprite.h"
 
 class Player;
-using namespace SuperTux;
 
 /** This class is the base class for all objects you can interact with in some
  * way. There are several interaction types defined like touch and activate