From 02ad14a817e56dbe04d7c3c3899c67cdb7b12752 Mon Sep 17 00:00:00 2001 From: Eli Gottlieb Date: Sat, 5 Jun 2010 15:01:40 -0400 Subject: [PATCH] Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.` --- include/SDL_shape.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_shape.h b/include/SDL_shape.h index 4d032ae0f..e6a44f683 100644 --- a/include/SDL_shape.h +++ b/include/SDL_shape.h @@ -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* */