equal
deleted
inserted
replaced
20 slouken@libsdl.org |
20 slouken@libsdl.org |
21 */ |
21 */ |
22 |
22 |
23 #ifndef _SDL_config_os2_h |
23 #ifndef _SDL_config_os2_h |
24 #define _SDL_config_os2_h |
24 #define _SDL_config_os2_h |
25 #ifndef _SDL_config_h |
25 |
26 #error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h? |
26 #include "SDL_platform.h" |
27 #endif |
|
28 |
27 |
29 /* This is a set of defines to configure the SDL features */ |
28 /* This is a set of defines to configure the SDL features */ |
30 |
29 |
31 typedef signed char int8_t; |
30 typedef signed char int8_t; |
32 typedef unsigned char uint8_t; |
31 typedef unsigned char uint8_t; |