removed title from main menu
[supertux.git] / src / leveleditor.h
index 0317e8b..5e6b6d7 100644 (file)
 /*  December 28, 2003 - February 1st, 2004 */
 
 /* leveleditor.h - A built-in level editor for SuperTux
- by Ricardo Cruz <rick2@aeiou.pt>                      */
+   Ricardo Cruz <rick2@aeiou.pt>                      
+   Tobias Glaesser <tobi.web@gmx.de> */
 
 #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 {