equal
deleted
inserted
replaced
22 |
22 |
23 /* Simple error message routines for SDL */ |
23 /* Simple error message routines for SDL */ |
24 |
24 |
25 #ifndef _SDL_error_h |
25 #ifndef _SDL_error_h |
26 #define _SDL_error_h |
26 #define _SDL_error_h |
|
27 |
|
28 #include "SDL_stdinc.h" |
27 |
29 |
28 #include "begin_code.h" |
30 #include "begin_code.h" |
29 /* Set up for C function definitions, even when using C++ */ |
31 /* Set up for C function definitions, even when using C++ */ |
30 #ifdef __cplusplus |
32 #ifdef __cplusplus |
31 extern "C" { |
33 extern "C" { |