Mercurial > sdl-ios-xcode
comparison include/SDL_config_android.h @ 4701:d40bb3165d2b
Added (partially implemented) android video backend and associated files needed to build
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Thu, 10 Jun 2010 18:54:23 +1200 |
parents | cf23d9b8e606 |
children | d59792d2c3ae |
comparison
equal
deleted
inserted
replaced
4700:cf23d9b8e606 | 4701:d40bb3165d2b |
---|---|
61 | 61 |
62 #define SDL_TIMERS_DISABLED 1 | 62 #define SDL_TIMERS_DISABLED 1 |
63 | 63 |
64 #define SDL_TIMER_UNIX 1 | 64 #define SDL_TIMER_UNIX 1 |
65 | 65 |
66 #define SDL_VIDEO_DRIVER_DUMMY 1 | 66 #define SDL_VIDEO_DRIVER_ANDROID 1 |
67 | 67 |
68 #define HAVE_STDIO_H 1 | 68 #define HAVE_STDIO_H 1 |
69 #define HAVE_SYS_TYPES_H 1 | 69 #define HAVE_SYS_TYPES_H 1 |
70 | 70 |
71 #define HAVE_M_PI 1 | |
72 | |
73 #define SDL_VIDEO_RENDER_OGL_ES 1 | |
74 | |
71 #endif /* _SDL_config_minimal_h */ | 75 #endif /* _SDL_config_minimal_h */ |
72 | 76 |