Mercurial > sdl-ios-xcode
comparison include/SDL_error.h @ 1356:67114343400d
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 03:19:02 +0000 |
parents | c9b51268668f |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1355:4d0f2b2147cf | 1356:67114343400d |
---|---|
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" { |