libsuperderpy/src/intro.h

12 lines
279 B
C
Raw Normal View History

2012-02-28 13:09:12 +01:00
/*! \file intro.h
* \brief Intro view headers.
*/
2012-02-17 20:32:58 +01:00
#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);
2012-02-26 00:47:41 +01:00
int Intro_Keydown(struct Game *game, ALLEGRO_EVENT *ev);