comparison include/SDL_opengles.h @ 2765:f55c87ae336b

Final merge of Google Summer of Code 2008 work... Bring SDL to iPhone and iPod Touch by Holmes Futrell, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Sat, 04 Oct 2008 06:46:59 +0000
parents 0969758c8809
children 99210400e8b9
comparison
equal deleted inserted replaced
2764:4868c0df2e83 2765:f55c87ae336b
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" 35 extern "C"
36 { 36 {
37 #endif 37 #endif
38 38
39 #ifdef __IPHONEOS__
40 #include <OpenGLES/ES1/gl.h> /* Header File For The OpenGL ES Library */
41 #endif
39 42
40 #ifndef APIENTRY 43 #ifndef APIENTRY
41 #define APIENTRY 44 #define APIENTRY
42 #endif 45 #endif
43 46