mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-19 18:44:23 +08:00
Fix warnings about static function and prototype
This commit is contained in:
@@ -51,7 +51,7 @@ quit(int rc)
|
||||
exit(rc);
|
||||
}
|
||||
|
||||
void MoveSprites(SDL_Renderer *renderer, SDL_Texture *sprite)
|
||||
static void MoveSprites(SDL_Renderer *renderer, SDL_Texture *sprite)
|
||||
{
|
||||
int sprite_w, sprite_h;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user