Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.default @ 3407:d3baf5ac4e37
Partial fix for bug #859
Header file update from Ken for improved doxygen output
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 19 Oct 2009 13:31:58 +0000 |
parents | e8f63b28947d |
children | 2ac33eaa8a31 |
comparison
equal
deleted
inserted
replaced
3406:8ae607392409 | 3407:d3baf5ac4e37 |
---|---|
23 #ifndef _SDL_config_h | 23 #ifndef _SDL_config_h |
24 #define _SDL_config_h | 24 #define _SDL_config_h |
25 | 25 |
26 #include "SDL_platform.h" | 26 #include "SDL_platform.h" |
27 | 27 |
28 /* Add any platform that doesn't build using the configure system */ | 28 /** |
29 * \file SDL_config.h.default | |
30 * | |
31 * SDL_config.h for any platform that doesn't build using the configure system. | |
32 */ | |
33 | |
34 /* Add any platform that doesn't build using the configure system. */ | |
29 #if defined(__NINTENDODS__) | 35 #if defined(__NINTENDODS__) |
30 #include "SDL_config_nintendods.h" | 36 #include "SDL_config_nintendods.h" |
31 #elif defined(__IPHONEOS__) | 37 #elif defined(__IPHONEOS__) |
32 #include "SDL_config_iphoneos.h" | 38 #include "SDL_config_iphoneos.h" |
33 #elif defined(__MACOSX__) | 39 #elif defined(__MACOSX__) |