Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitopengles.h @ 2452:54bc7e0806de gsoc2008_iphone
whitespace
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Sat, 16 Aug 2008 00:18:06 +0000 |
parents | e9a1eed243c9 |
children |
comparison
equal
deleted
inserted
replaced
2451:28286ecb3f15 | 2452:54bc7e0806de |
---|---|
31 extern void UIKit_GL_SwapWindow(_THIS, SDL_Window * window); | 31 extern void UIKit_GL_SwapWindow(_THIS, SDL_Window * window); |
32 extern SDL_GLContext UIKit_GL_CreateContext(_THIS, SDL_Window * window); | 32 extern SDL_GLContext UIKit_GL_CreateContext(_THIS, SDL_Window * window); |
33 extern void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context); | 33 extern void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context); |
34 extern void *UIKit_GL_GetProcAddress(_THIS, const char *proc); | 34 extern void *UIKit_GL_GetProcAddress(_THIS, const char *proc); |
35 extern int UIKit_GL_LoadLibrary(_THIS, const char *path); | 35 extern int UIKit_GL_LoadLibrary(_THIS, const char *path); |
36 | |
36 #endif | 37 #endif |