libsuperderpy/about.h

7 lines
224 B
C
Raw Normal View History

#include "main.h"
void About_Draw(struct Game *game);
void About_Preload(struct Game *game);
void About_Unload(struct Game *game);
void About_Load(struct Game *game);
int About_Keydown(struct Game *game, ALLEGRO_EVENT *ev);