More function documentation

This commit is contained in:
Bill Kendrick 2018-05-17 00:30:48 -07:00
parent e56067d202
commit 9144ebd705
11 changed files with 338 additions and 90 deletions

View file

@ -34,6 +34,12 @@
SDL_Surface *img_progress;
int progress_bar_disabled, prog_bar_ctr;
/**
* Draw & animate (as function is called repeatedly) the progress bar.
*
* @param screen Screen surface
*/
void show_progress_bar(SDL_Surface * screen)
{
SDL_Rect dest, src;