shrink tux bounding box to make him not fail on 1 or 2 tiles heigh places, also exten...
[supertux.git] / lib / utils / lispwriter.cpp
index 6a08cab..383927c 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <config.h>
+
 #include <iostream>
 
-#include "utils/lispwriter.h"
+#include "lispwriter.h"
+
+using namespace SuperTux;
 
 LispWriter::LispWriter(std::ostream& newout)
   : out(newout), indent_depth(0)