huge CVS merge, see ChangeLog for details.
[supertux.git] / src / leveleditor.h
index a22be9a..e083a64 100644 (file)
@@ -1,5 +1,23 @@
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
 
-int level_editor_started;
-int leveleditor();
+/*  December 28, 2003 - February 1st, 2004 */
+
+/* leveleditor.h - A built-in level editor for SuperTux
+ by Ricardo Cruz <rick2@aeiou.pt>                      */
+
+int leveleditor(int levelnb);
 void newlevel(void);
 void selectlevel(void);
+void le_savelevel();
+void editlevel(void);
+void testlevel(void);
+int le_init(void);
+void le_checkevents(void);
+