changeset 2738 | 79c1bd651f04 |
parent 2703 | 18a472b6d745 |
child 2859 | 99210400e8b9 |
2737:140a7edcf2bd | 2738:79c1bd651f04 |
---|---|
25 |
25 |
26 /* NSOpenGL implementation of SDL OpenGL support */ |
26 /* NSOpenGL implementation of SDL OpenGL support */ |
27 |
27 |
28 #if SDL_VIDEO_OPENGL_CGL |
28 #if SDL_VIDEO_OPENGL_CGL |
29 #include <OpenGL/CGLTypes.h> |
29 #include <OpenGL/CGLTypes.h> |
30 #include <OpenGL/OpenGL.h> |
|
30 |
31 |
31 #include "SDL_loadso.h" |
32 #include "SDL_loadso.h" |
32 #include "SDL_opengl.h" |
33 #include "SDL_opengl.h" |
33 |
34 |
34 |
35 |