Merge branch 'master' into sdl2.0
This commit is contained in:
commit
1a5308226c
37 changed files with 1696 additions and 771 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue