mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-10 05:18:13 +00:00
style fixes for SDL_PROC macros.
This commit is contained in:
@@ -101,7 +101,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
|
||||
|
||||
|
Reference in New Issue
Block a user