mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Comment context for declaration changes; remove extern terms
This commit is contained in:
parent
f5fe8c46fa
commit
999a03aada
1 changed files with 4 additions and 7 deletions
|
|
@ -44,14 +44,11 @@
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#include "SDL_image.h"
|
#include "SDL_image.h"
|
||||||
|
|
||||||
extern SDLCALL int SDLCALL IMG_isXPM(SDL_RWops *src);
|
|
||||||
extern SDLCALL SDL_Surface *IMG_LoadXPM_RW(SDL_RWops *src);
|
|
||||||
extern SDLCALL SDL_Surface * SDLCALL IMG_ReadXPMFromArray(const char **xpm);
|
|
||||||
#else
|
#else
|
||||||
extern int IMG_isXPM(SDL_RWops *src);
|
// SDLCALL terms removed from original SDL_image declarations
|
||||||
extern SDL_Surface *IMG_LoadXPM_RW(SDL_RWops *src);
|
int IMG_isXPM(SDL_RWops *src);
|
||||||
extern SDL_Surface *IMG_ReadXPMFromArray(const char **xpm);
|
SDL_Surface *IMG_LoadXPM_RW(SDL_RWops *src);
|
||||||
|
SDL_Surface *IMG_ReadXPMFromArray(const char **xpm);
|
||||||
#define IMG_SetError SDL_SetError
|
#define IMG_SetError SDL_SetError
|
||||||
#define IMG_GetError SDL_GetError
|
#define IMG_GetError SDL_GetError
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue