- fixed problem with last_menu not being able to handle menues deeper than two submenues
[supertux.git] / src / lispreader.h
index 2438ba3..f18a2f0 100644 (file)
@@ -176,6 +176,7 @@ class LispReader
     bool read_int (const char* name, int* i);
     bool read_float (const char* name, float* f);
     bool read_bool (const char* name, bool* b);
+    bool read_lisp (const char* name, lisp_object_t** b);
   };
 
 /** */