Mercurial > sdl-ios-xcode
comparison include/SDL_config_pandora.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 | 336f3df1578d |
comparison
equal
deleted
inserted
replaced
3648:a9d830c05998 | 3649:1e74d7984d0b |
---|---|
27 | 27 |
28 /* General platform specific identifiers */ | 28 /* General platform specific identifiers */ |
29 #include "SDL_platform.h" | 29 #include "SDL_platform.h" |
30 | 30 |
31 /* SDL internal assertion support */ | 31 /* SDL internal assertion support */ |
32 #define SDL_ASSERT_LEVEL 1 | 32 #define SDL_DEFAULT_ASSERT_LEVEL 1 |
33 | 33 |
34 #define SDL_HAS_64BIT_TYPE 1 | 34 #define SDL_HAS_64BIT_TYPE 1 |
35 #define SDL_BYTEORDER 1234 | 35 #define SDL_BYTEORDER 1234 |
36 | 36 |
37 #define HAVE_ALLOCA_H 1 | 37 #define HAVE_ALLOCA_H 1 |