mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-13 04:27:59 +01:00
7 lines
No EOL
224 B
C
7 lines
No EOL
224 B
C
#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); |