Playable Level headers. More...
#include "main.h"Go to the source code of this file.
Functions | |
| void | SelectDerpySpritesheet (struct Game *game, char *name) |
| void | Level_Passed (struct Game *game) |
| void | Level_Draw (struct Game *game) |
| void | Level_Preload (struct Game *game, void(*progress)(struct Game *, float)) |
| void | Level_Unload (struct Game *game) |
| void | Level_Load (struct Game *game) |
| void | Level_ProcessLogic (struct Game *game, ALLEGRO_EVENT *ev) |
| int | Level_Keydown (struct Game *game, ALLEGRO_EVENT *ev) |
| void | Level_UnloadBitmaps (struct Game *game) |
| void | Level_PreloadBitmaps (struct Game *game, void(*progress)(struct Game *, float)) |
Playable Level headers.
1.8.1.1