Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2018-08-30 01:37:00 +02:00
commit 1a5308226c
37 changed files with 1696 additions and 771 deletions

View file

@ -34,6 +34,11 @@
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_Texture * texture, SDL_Renderer * renderer)
{
SDL_Rect dest, src, r;