Implemented mirror actions correctly. Bugfix: right direction of bad guys now working.
[supertux.git] / src / particlesystem.h
index 8ceecc4..d11c5c1 100644 (file)
 #include "special/game_object.h"
 #include "serializable.h"
 
+using namespace SuperTux;
+
+namespace SuperTux {
 class LispReader;
+}
+
 class DisplayManager;
 
 /**