comparison src/video/wincommon/SDL_wingl.c @ 327:13fc64213765

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 31 Mar 2002 03:34:16 +0000
parents f6ffac90895c
children c638fde8a824
comparison
equal deleted inserted replaced
326:72d55d02cb47 327:13fc64213765
25 "@(#) $Id$"; 25 "@(#) $Id$";
26 #endif 26 #endif
27 27
28 /* WGL implementation of SDL OpenGL support */ 28 /* WGL implementation of SDL OpenGL support */
29 29
30 #include <windows.h> 30 #include "SDL_opengl.h"
31
32 #include "SDL_error.h" 31 #include "SDL_error.h"
33 #include "SDL_lowvideo.h" 32 #include "SDL_lowvideo.h"
34 #include "SDL_wingl_c.h" 33 #include "SDL_wingl_c.h"
35 34
36 #ifdef HAVE_OPENGL 35 #ifdef HAVE_OPENGL