Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.`

This commit is contained in:
Eli Gottlieb 2010-06-05 15:01:40 -04:00
parent c8581d3a82
commit 58b84350ec

View file

@ -62,6 +62,7 @@ extern DECLSPEC SDL_Window * SDLCALL SDL_CreateShapedWindow(const char *title,un
extern DECLSPEC SDL_bool SDLCALL SDL_WindowIsShaped(const SDL_Window *window);
extern DECLSPEC int SDLCALL SDL_SelectShapeRenderer(const SDL_Window *window);
/* Ends C function definitions when using C++ */
#ifdef __cplusplus
/* *INDENT-OFF* */