libsuperderpy/src/loading.h

12 lines
295 B
C
Raw Normal View History

2012-02-28 13:09:12 +01:00
/*! \file loading.h
* \brief Loading screen headers.
*/
2012-02-16 15:40:58 +01:00
#include "main.h"
void Loading_Draw(struct Game *game);
void Loading_Preload(struct Game *game);
void Loading_Unload(struct Game *game);
void Loading_Load(struct Game *game);
2012-02-26 00:47:41 +01:00
int Loading_Keydown(struct Game *game, ALLEGRO_EVENT *ev);