fixed background drawing problems introduced with my last commit
[supertux.git] / src / serializable.h
index 9f1f69b..5590207 100644 (file)
 #ifndef SUPERTUX_SERIALIZABLE_H
 #define SUPERTUX_SERIALIZABLE_H
 
+using namespace SuperTux;
+
+namespace SuperTux {
 class LispWriter;
+}
 
 class Serializable
 {