mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-26 07:48:42 +00:00
style fixes for SDL_PROC macros.
This commit is contained in:
parent
df9d0fb332
commit
92a487f2e4
7 changed files with 7 additions and 7 deletions
|
|
@ -102,7 +102,7 @@ typedef struct
|
|||
GL_FBOList *framebuffers;
|
||||
|
||||
/* OpenGL functions */
|
||||
#define SDL_PROC(ret, func, params) ret(APIENTRY *func) params;
|
||||
#define SDL_PROC(ret, func, params) ret (APIENTRY *func) params;
|
||||
#include "SDL_glfuncs.h"
|
||||
#undef SDL_PROC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue