mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 11:06:44 +01:00
7 lines
No EOL
214 B
C
7 lines
No EOL
214 B
C
#include "main.h"
|
|
|
|
void Map_Draw(struct Game *game);
|
|
void Map_Preload(struct Game *game);
|
|
void Map_Unload(struct Game *game);
|
|
void Map_Load(struct Game *game);
|
|
int Map_Keydown(struct Game *game, ALLEGRO_EVENT *ev); |