Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 3649:1e74d7984d0b
The config sets the default assertion level so people can override it for their own use in application code.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 07:25:28 +0000 |
parents | c5925cd41955 |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3648:a9d830c05998 | 3649:1e74d7984d0b |
---|---|
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" | |
81 #include "SDL_atomic.h" | 80 #include "SDL_atomic.h" |
82 #include "SDL_audio.h" | 81 #include "SDL_audio.h" |
83 #include "SDL_cpuinfo.h" | 82 #include "SDL_cpuinfo.h" |
84 #include "SDL_endian.h" | 83 #include "SDL_endian.h" |
85 #include "SDL_error.h" | 84 #include "SDL_error.h" |