Mercurial > sdl-ios-xcode
diff include/SDL.h @ 1353:7ba544e2888d
Started the process of improving configure support, and merging C types
and library support into a single header.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:07:13 +0000 |
parents | c39265384763 |
children | 67114343400d |
line wrap: on
line diff
--- a/include/SDL.h Thu Feb 09 05:46:55 2006 +0000 +++ b/include/SDL.h Thu Feb 09 09:07:13 2006 +0000 @@ -25,10 +25,8 @@ #ifndef _SDL_H #define _SDL_H -#include "SDL_config.h" +#include "SDL_stdinc.h" #include "SDL_main.h" -#include "SDL_types.h" -#include "SDL_getenv.h" #include "SDL_error.h" #include "SDL_rwops.h" #include "SDL_timer.h" @@ -37,9 +35,9 @@ #include "SDL_joystick.h" #include "SDL_events.h" #include "SDL_video.h" +#include "SDL_loadso.h" #include "SDL_byteorder.h" #include "SDL_version.h" -#include "SDL_loadso.h" #include "begin_code.h" /* Set up for C function definitions, even when using C++ */