comparison include/SDL_config_android.h @ 4719:d59792d2c3ae

Updated test app to init the sound system
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 11:35:06 +0200
parents d40bb3165d2b
children 80f8d672b52e
comparison
equal deleted inserted replaced
4718:79aa6c61f33b 4719:d59792d2c3ae
45 #define SIZEOF_VOIDP 4 45 #define SIZEOF_VOIDP 4
46 46
47 typedef unsigned int size_t; 47 typedef unsigned int size_t;
48 //typedef unsigned long uintptr_t; 48 //typedef unsigned long uintptr_t;
49 49
50 #define SDL_AUDIO_DRIVER_DUMMY 1 50 #define SDL_AUDIO_DRIVER_ANDROID 1
51 51
52 #define SDL_CDROM_DISABLED 1 52 #define SDL_CDROM_DISABLED 1
53 53
54 #define SDL_HAPTIC_DISABLED 1 54 #define SDL_HAPTIC_DISABLED 1
55 55