Console logging is now identical in all builds; warning and error show the console...
[supertux.git] / src / scripting / functions.hpp
index 6eb8074..e1828c2 100644 (file)
@@ -128,6 +128,11 @@ void debug_show_fps(bool enable);
 void debug_draw_solids_only(bool enable);
 
 /**
+ * enable/disable drawing of editor images
+ */
+void debug_draw_editor_images(bool enable);
+
+/**
  * enable/disable worldmap ghost mode
  */
 void debug_worldmap_ghost(bool enable);