Do a black fade-in when selecting slot.
[supertux.git] / src / leveleditor.h
index 48b8a6e..d277416 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef SUPERTUX_LEVELEDITOR_H
 #define SUPERTUX_LEVELEDITOR_H
 
+#if 0 // TODO
+
 struct square
 {
   int x1, y1, x2, y2;
@@ -40,4 +42,6 @@ void testlevel(void);
 int le_init(void);
 void le_checkevents(void);
 
+#endif
+
 #endif /*SUPERTUX_LEVELEDITOR_H*/