made secret area trigger work
[supertux.git] / src / intro.h
index a0e8c2c..87b34e2 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-int intro(void);
+#ifndef SUPERTUX_INTRO_H
+#define SUPERTUX_INTRO_H
+
+void draw_intro();
+
+#endif /*SUPERTUX_INTRO_H*/
 
 /* Local Variables: */
 /* mode:c++ */