VSF Documented
|
#include "../../vsf_sdl2_cfg.h"
#include "SDL_stdinc.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
Macros | |
#define | SDL_Error VSF_SDL_WRAPPER(SDL_Error) |
#define | SDL_GetError VSF_SDL_WRAPPER(SDL_GetError) |
#define | SDL_SetError VSF_SDL_WRAPPER(SDL_SetError) |
#define | SDL_ClearError VSF_SDL_WRAPPER(SDL_ClearError) |
#define | SDL_OutOfMemory() SDL_Error(SDL_ENOMEN) |
Typedefs | |
typedef enum SDL_errorcode | SDL_errorcode |
Enumerations | |
enum | SDL_errorcode { SDL_ENOMEN , SDL_EFREAD , SDL_EFWRITE , SDL_EFSEEK , SDL_UNSUPPORTED , SDL_LASTERROR } |
Functions | |
int | SDL_Error (SDL_errorcode code) |
int | SDL_SetError (const char *fmt,...) |
#define SDL_Error VSF_SDL_WRAPPER(SDL_Error) |
#define SDL_GetError | ( | void | ) | VSF_SDL_WRAPPER(SDL_GetError) |
#define SDL_SetError VSF_SDL_WRAPPER(SDL_SetError) |
void SDL_ClearError VSF_SDL_WRAPPER(SDL_ClearError) |
#define SDL_OutOfMemory | ( | ) | SDL_Error(SDL_ENOMEN) |
typedef enum SDL_errorcode SDL_errorcode |
enum SDL_errorcode |
|
extern |
|
extern |