Mercurial > sdl-ios-xcode
comparison include/SDL_config_iphoneos.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 | b6758aee0dd4 |
children | 1e74d7984d0b |
comparison
equal
deleted
inserted
replaced
3646:88235d40b135 | 3647:c5925cd41955 |
---|---|
22 | 22 |
23 #ifndef _SDL_config_iphoneos_h | 23 #ifndef _SDL_config_iphoneos_h |
24 #define _SDL_config_iphoneos_h | 24 #define _SDL_config_iphoneos_h |
25 | 25 |
26 #include "SDL_platform.h" | 26 #include "SDL_platform.h" |
27 | |
28 /* SDL internal assertion support */ | |
29 #define SDL_ASSERT_LEVEL 1 | |
27 | 30 |
28 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) | 31 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) |
29 typedef signed char int8_t; | 32 typedef signed char int8_t; |
30 typedef unsigned char uint8_t; | 33 typedef unsigned char uint8_t; |
31 typedef signed short int16_t; | 34 typedef signed short int16_t; |