2012-02-17 00:19:21 +01:00
|
|
|
#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);
|
2012-02-26 00:47:41 +01:00
|
|
|
int About_Keydown(struct Game *game, ALLEGRO_EVENT *ev);
|