Loading screen headers. More...
#include "main.h"Go to the source code of this file.
Functions | |
| void | Loading_Draw (struct Game *game) |
| void | Loading_Preload (struct Game *game, void(*progress)(struct Game *, float)) |
| void | Loading_Unload (struct Game *game) |
| void | Loading_Load (struct Game *game) |
| int | Loading_Keydown (struct Game *game, ALLEGRO_EVENT *ev) |
Loading screen headers.
1.8.1.1