More function documentation
This commit is contained in:
parent
e56067d202
commit
9144ebd705
11 changed files with 338 additions and 90 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue