Update to SDL2-2.30.6

This commit is contained in:
Arnav Bhatt
2024-08-24 01:24:58 +05:30
parent e5c5ff3edf
commit 180d1c444a
431 changed files with 134734 additions and 1056 deletions

View File

@@ -11,6 +11,7 @@
*/
/* This is a simple example of using GLSL shaders with SDL */
#include <stdlib.h>
#include "SDL.h"
#ifdef HAVE_OPENGL
@@ -228,7 +229,7 @@ static void DestroyShaderProgram(ShaderData *data)
}
}
static SDL_bool InitShaders()
static SDL_bool InitShaders(void)
{
int i;
@@ -282,7 +283,7 @@ static SDL_bool InitShaders()
return SDL_TRUE;
}
static void QuitShaders()
static void QuitShaders(void)
{
int i;