comparison 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
comparison
equal deleted inserted replaced
1352:c643342f3f33 1353:7ba544e2888d
23 /* Main include header for the SDL library */ 23 /* Main include header for the SDL library */
24 24
25 #ifndef _SDL_H 25 #ifndef _SDL_H
26 #define _SDL_H 26 #define _SDL_H
27 27
28 #include "SDL_config.h" 28 #include "SDL_stdinc.h"
29 #include "SDL_main.h" 29 #include "SDL_main.h"
30 #include "SDL_types.h"
31 #include "SDL_getenv.h"
32 #include "SDL_error.h" 30 #include "SDL_error.h"
33 #include "SDL_rwops.h" 31 #include "SDL_rwops.h"
34 #include "SDL_timer.h" 32 #include "SDL_timer.h"
35 #include "SDL_audio.h" 33 #include "SDL_audio.h"
36 #include "SDL_cdrom.h" 34 #include "SDL_cdrom.h"
37 #include "SDL_joystick.h" 35 #include "SDL_joystick.h"
38 #include "SDL_events.h" 36 #include "SDL_events.h"
39 #include "SDL_video.h" 37 #include "SDL_video.h"
38 #include "SDL_loadso.h"
40 #include "SDL_byteorder.h" 39 #include "SDL_byteorder.h"
41 #include "SDL_version.h" 40 #include "SDL_version.h"
42 #include "SDL_loadso.h"
43 41
44 #include "begin_code.h" 42 #include "begin_code.h"
45 /* Set up for C function definitions, even when using C++ */ 43 /* Set up for C function definitions, even when using C++ */
46 #ifdef __cplusplus 44 #ifdef __cplusplus
47 extern "C" { 45 extern "C" {