changeset 977 | 9c55b00f8251 |
parent 976 | eb78bb0b715b |
child 1312 | c9b51268668f |
976:eb78bb0b715b | 977:9c55b00f8251 |
---|---|
48 SDL_EFREAD, |
48 SDL_EFREAD, |
49 SDL_EFWRITE, |
49 SDL_EFWRITE, |
50 SDL_EFSEEK, |
50 SDL_EFSEEK, |
51 SDL_LASTERROR |
51 SDL_LASTERROR |
52 } SDL_errorcode; |
52 } SDL_errorcode; |
53 extern DECLSPEC void SDL_Error(SDL_errorcode code); |
53 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code); |
54 |
54 |
55 |
55 |
56 /* Ends C function definitions when using C++ */ |
56 /* Ends C function definitions when using C++ */ |
57 #ifdef __cplusplus |
57 #ifdef __cplusplus |
58 } |
58 } |