comparison include/SDL_config_amiga.h @ 1423:4ed717f9e509

Updated for Visual Studio Express 2005
author Sam Lantinga <slouken@libsdl.org>
date Fri, 24 Feb 2006 08:17:28 +0000
parents d2ee8da60262
children 30f189cdd82b
comparison
equal deleted inserted replaced
1422:d2ee8da60262 1423:4ed717f9e509
48 #define HAVE_MEMMOVE 1 48 #define HAVE_MEMMOVE 1
49 #define HAVE_MEMCMP 1 49 #define HAVE_MEMCMP 1
50 50
51 /* Enable various audio drivers */ 51 /* Enable various audio drivers */
52 #define SDL_AUDIO_DRIVER_AHI 1 52 #define SDL_AUDIO_DRIVER_AHI 1
53 #define SDL_AUDIO_DRIVER_DISK 1
54 53
55 /* Enable various cdrom drivers */ 54 /* Enable various cdrom drivers */
56 #define SDL_CDROM_DUMMY 1 55 #define SDL_CDROM_DUMMY 1
57 56
58 /* Enable various input drivers */ 57 /* Enable various input drivers */
67 /* Enable various timer systems */ 66 /* Enable various timer systems */
68 #define SDL_TIMER_AMIGA 1 67 #define SDL_TIMER_AMIGA 1
69 68
70 /* Enable various video drivers */ 69 /* Enable various video drivers */
71 #define SDL_VIDEO_DRIVER_CYBERGRAPHICS 1 70 #define SDL_VIDEO_DRIVER_CYBERGRAPHICS 1
72 #define SDL_VIDEO_DRIVER_DUMMY 1
73 71
74 /* Enable OpenGL support */ 72 /* Enable OpenGL support */
75 #define SDL_VIDEO_OPENGL 1 73 #define SDL_VIDEO_OPENGL 1
76 74
77 #endif /* _SDL_config_amiga_h */ 75 #endif /* _SDL_config_amiga_h */