comparison src/video/SDL_video.c @ 2984:0b160c970b7e

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:41:52 +0000
parents e4a469d6ddab
children b2025ca5d7a5
comparison
equal deleted inserted replaced
2983:388c5a2daeac 2984:0b160c970b7e
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* The high-level video driver subsystem */ 24 /* The high-level video driver subsystem */
25 25
26 #include "SDL.h" 26 #include "SDL_video.h"
27 #include "SDL_sysvideo.h" 27 #include "SDL_sysvideo.h"
28 #include "SDL_blit.h" 28 #include "SDL_blit.h"
29 #include "SDL_pixels_c.h" 29 #include "SDL_pixels_c.h"
30 #include "SDL_renderer_gl.h" 30 #include "SDL_renderer_gl.h"
31 #include "SDL_renderer_gles.h" 31 #include "SDL_renderer_gles.h"