Mercurial > sdl-ios-xcode
diff include/SDL_config.h.default @ 2765:f55c87ae336b
Final merge of Google Summer of Code 2008 work...
Bring SDL to iPhone and iPod Touch
by Holmes Futrell, mentored by Sam Lantinga
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 04 Oct 2008 06:46:59 +0000 |
parents | 204be4fc2726 |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/include/SDL_config.h.default Wed Sep 17 08:24:51 2008 +0000 +++ b/include/SDL_config.h.default Sat Oct 04 06:46:59 2008 +0000 @@ -30,6 +30,8 @@ #include "SDL_config_nintendods.h" #elif defined(__DREAMCAST__) #include "SDL_config_dreamcast.h" +#elif defined(__IPHONEOS__) +#include "SDL_config_iphoneos.h" #elif defined(__MACOSX__) #include "SDL_config_macosx.h" #elif defined(__WIN32__)