comparison src/video/uikit/SDL_uikitopengles.h @ 5136:b915b3181cc2

Fixed spacing, adding vim spacing hints
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 09:02:53 -0800
parents f7b03b6838cb
children b530ef003506
comparison
equal deleted inserted replaced
5135:5f09cb749d75 5136:b915b3181cc2
34 extern void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context); 34 extern void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context);
35 extern void *UIKit_GL_GetProcAddress(_THIS, const char *proc); 35 extern void *UIKit_GL_GetProcAddress(_THIS, const char *proc);
36 extern int UIKit_GL_LoadLibrary(_THIS, const char *path); 36 extern int UIKit_GL_LoadLibrary(_THIS, const char *path);
37 37
38 #endif 38 #endif
39
40 /* vi: set ts=4 sw=4 expandtab: */