huge CVS merge, see ChangeLog for details.
[supertux.git] / src / leveleditor.h
1 /***************************************************************************
2  *                                                                         *
3  *   This program is free software; you can redistribute it and/or modify  *
4  *   it under the terms of the GNU General Public License as published by  *
5  *   the Free Software Foundation; either version 2 of the License, or     *
6  *   (at your option) any later version.                                   *
7  *                                                                         *
8  ***************************************************************************/
9
10 /*  December 28, 2003 - February 1st, 2004 */
11
12 /* leveleditor.h - A built-in level editor for SuperTux
13  by Ricardo Cruz <rick2@aeiou.pt>                      */
14
15 int leveleditor(int levelnb);
16 void newlevel(void);
17 void selectlevel(void);
18 void le_savelevel();
19 void editlevel(void);
20 void testlevel(void);
21 int le_init(void);
22 void le_checkevents(void);
23