Added a mask to be applied to a sprite.
[supertux.git] / lib / utils / lispreader.h
index f0f480e..eb7581c 100644 (file)
@@ -31,7 +31,9 @@
 
 #include <zlib.h>
 
-#include "utils/exceptions.h"
+#include "../utils/exceptions.h"
+
+namespace SuperTux {
 
 #define LISP_STREAM_FILE       1
 #define LISP_STREAM_STRING     2
@@ -200,5 +202,7 @@ public:
   lisp_object_t* get_lisp();
 };
 
+} //namespace SuperTux
+
 #endif /*SUPERTUX_LISPREADER_H*/