removed title from main menu
[supertux.git] / src / leveleditor.h
index 8c83582..5e6b6d7 100644 (file)
 #ifndef SUPERTUX_LEVELEDITOR_H
 #define SUPERTUX_LEVELEDITOR_H
 
-typedef struct square
-  {
-    int x1, y1, x2, y2;
-  }
-square;
+struct square
+{
+  int x1, y1, x2, y2;
+};
 
 /* selection modes */
 enum {