mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
android: fix some compiler warnings
This commit is contained in:
parent
6dfd7a17e1
commit
7f415ce587
2 changed files with 1 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ typedef enum
|
|||
|
||||
const Uint8 *GLES2_GetShader(GLES2_ShaderType type);
|
||||
const Uint8 *GLES2_GetShaderInclude(GLES2_ShaderIncludeType type);
|
||||
GLES2_ShaderIncludeType GLES2_GetTexCoordPrecisionEnumFromHint();
|
||||
GLES2_ShaderIncludeType GLES2_GetTexCoordPrecisionEnumFromHint(void);
|
||||
|
||||
#endif /* SDL_VIDEO_RENDER_OGL_ES2 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue