Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 3581:15eea7a1fa97
Implemented SDL_setenv(), moved SDL_putenv() to compat.
Fixes Bugzilla #779.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 16 Dec 2009 10:59:51 +0000 |
parents | 5543db4239e6 |
children | f638ded38b8a |
comparison
equal
deleted
inserted
replaced
3580:951dd6a5d1a2 | 3581:15eea7a1fa97 |
---|---|
295 extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval); | 295 extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval); |
296 extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable); | 296 extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable); |
297 | 297 |
298 #define SDL_RenderFill SDL_RenderRect | 298 #define SDL_RenderFill SDL_RenderRect |
299 | 299 |
300 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable); | |
301 | |
300 /*@}*//*Compatibility*/ | 302 /*@}*//*Compatibility*/ |
301 | 303 |
302 /* Ends C function definitions when using C++ */ | 304 /* Ends C function definitions when using C++ */ |
303 #ifdef __cplusplus | 305 #ifdef __cplusplus |
304 /* *INDENT-OFF* */ | 306 /* *INDENT-OFF* */ |