comparison include/SDL.h @ 3647:c5925cd41955

First pass at Ryan's assertion code, minor tweaks to come.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 06:47:17 +0000
parents d3baf5ac4e37
children 1e74d7984d0b
comparison
equal deleted inserted replaced
3646:88235d40b135 3647:c5925cd41955
75 #ifndef _SDL_H 75 #ifndef _SDL_H
76 #define _SDL_H 76 #define _SDL_H
77 77
78 #include "SDL_main.h" 78 #include "SDL_main.h"
79 #include "SDL_stdinc.h" 79 #include "SDL_stdinc.h"
80 #include "SDL_assert.h"
80 #include "SDL_atomic.h" 81 #include "SDL_atomic.h"
81 #include "SDL_audio.h" 82 #include "SDL_audio.h"
82 #include "SDL_cpuinfo.h" 83 #include "SDL_cpuinfo.h"
83 #include "SDL_endian.h" 84 #include "SDL_endian.h"
84 #include "SDL_error.h" 85 #include "SDL_error.h"
87 #include "SDL_mutex.h" 88 #include "SDL_mutex.h"
88 #include "SDL_power.h" 89 #include "SDL_power.h"
89 #include "SDL_rwops.h" 90 #include "SDL_rwops.h"
90 #include "SDL_thread.h" 91 #include "SDL_thread.h"
91 #include "SDL_timer.h" 92 #include "SDL_timer.h"
93 #include "SDL_version.h"
92 #include "SDL_video.h" 94 #include "SDL_video.h"
93 #include "SDL_version.h"
94 #include "SDL_compat.h" 95 #include "SDL_compat.h"
95 96
96 #include "begin_code.h" 97 #include "begin_code.h"
97 /* Set up for C function definitions, even when using C++ */ 98 /* Set up for C function definitions, even when using C++ */
98 #ifdef __cplusplus 99 #ifdef __cplusplus