|
SDL
2.0
|
#include <SDL_error_c.h>
Data Fields | |
| int | error |
| char | str [ERR_MAX_STRLEN] |
Definition at line 32 of file SDL_error_c.h.
| int SDL_error::error |
Definition at line 34 of file SDL_error_c.h.
Referenced by SDL_ClearError(), SDL_GetError(), SDL_GetErrorMsg(), and SDL_SetError().
| char SDL_error::str[ERR_MAX_STRLEN] |
Definition at line 35 of file SDL_error_c.h.
Referenced by SDL_GetError(), SDL_GetErrorMsg(), and SDL_SetError().