X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.h;h=87b34e22f695e6ca4b6b9b27fba3ad2efa4429c4;hb=44c614038ecdc2d1b69a6fee255d9c0ebc2a5098;hp=a0e8c2c78ee35571a31ced192a03a68e0ed3a27a;hpb=84160722392a024dda42bd86ca9bd85b68c49457;p=supertux.git diff --git a/src/intro.h b/src/intro.h index a0e8c2c78..87b34e22f 100644 --- a/src/intro.h +++ b/src/intro.h @@ -17,7 +17,12 @@ // 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++ */