comparison include/SDL.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 c71e05b4dc2e
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1422:d2ee8da60262 1423:4ed717f9e509
23 /* Main include header for the SDL library */ 23 /* Main include header for the SDL library */
24 24
25 #ifndef _SDL_H 25 #ifndef _SDL_H
26 #define _SDL_H 26 #define _SDL_H
27 27
28 #include "SDL_main.h"
28 #include "SDL_stdinc.h" 29 #include "SDL_stdinc.h"
29 #include "SDL_audio.h" 30 #include "SDL_audio.h"
30 #include "SDL_cdrom.h" 31 #include "SDL_cdrom.h"
31 #include "SDL_cpuinfo.h" 32 #include "SDL_cpuinfo.h"
32 #include "SDL_endian.h" 33 #include "SDL_endian.h"