Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly?

This commit is contained in:
Eli Gottlieb 2010-06-05 15:07:14 -04:00
parent 17e8b4796b
commit 3b75623708
2 changed files with 1 additions and 1 deletions

View file

@ -62,7 +62,6 @@ 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* */

View file

@ -20,6 +20,7 @@
eligottlieb@gmail.com
*/
#include "SDL_config.h"
#include "SDL.h"
#include "SDL_video.h"
#include "SDL_sysvideo.h"