mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 19:16:44 +01:00
7 lines
224 B
C
7 lines
224 B
C
|
#include "main.h"
|
||
|
|
||
|
void Level_Draw(struct Game *game);
|
||
|
void Level_Preload(struct Game *game);
|
||
|
void Level_Unload(struct Game *game);
|
||
|
void Level_Load(struct Game *game);
|
||
|
int Level_Keydown(struct Game *game, ALLEGRO_EVENT *ev);
|