mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 19:28:28 +00:00
style fixes for SDL_PROC macros.
This commit is contained in:
parent
d5f07730be
commit
5c019bc97e
6 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
typedef struct GLES2_Context
|
||||
{
|
||||
#define SDL_PROC(ret, func, params) ret(APIENTRY *func) params;
|
||||
#define SDL_PROC(ret, func, params) ret (APIENTRY *func) params;
|
||||
#include "../src/render/opengles2/SDL_gles2funcs.h"
|
||||
#undef SDL_PROC
|
||||
} GLES2_Context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue