Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 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 | d5f2dd33f4eb |
children | ee0178f1c507 |
comparison
equal
deleted
inserted
replaced
3406:8ae607392409 | 3407:d3baf5ac4e37 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #ifndef _SDL_config_h | 23 #ifndef _SDL_config_h |
24 #define _SDL_config_h | 24 #define _SDL_config_h |
25 | 25 |
26 /* This is a set of defines to configure the SDL features */ | 26 /** |
27 * \file SDL_config.h.in | |
28 * | |
29 * This is a set of defines to configure the SDL features | |
30 */ | |
27 | 31 |
28 /* General platform specific identifiers */ | 32 /* General platform specific identifiers */ |
29 #include "SDL_platform.h" | 33 #include "SDL_platform.h" |
30 | 34 |
31 /* Make sure that this isn't included by Visual C++ */ | 35 /* Make sure that this isn't included by Visual C++ */ |