libsuperderpy/intro.h
Sebastian Krzyszkowiak 58dd22abfb add intro state
2012-02-17 20:32:58 +01:00

7 lines
No EOL
224 B
C

#include "main.h"
void Intro_Draw(struct Game *game);
void Intro_Preload(struct Game *game);
void Intro_Unload(struct Game *game);
void Intro_Load(struct Game *game);
int Intro_Keydown(struct Game *game, ALLEGRO_EVENT *ev);