Mercurial > touhou
comparison pytouhou/lib/sdl.pxd @ 450:2a352118c55a
Add back Windows support, using GLEW for OpenGL.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 30 Aug 2013 18:21:07 +0200 |
parents | 52829ebe2561 |
children | 6864a38b2413 |
comparison
equal
deleted
inserted
replaced
449:d56536ef28e8 | 450:2a352118c55a |
---|---|
19 | 19 |
20 int SDL_INIT_VIDEO | 20 int SDL_INIT_VIDEO |
21 | 21 |
22 int SDL_Init(Uint32 flags) | 22 int SDL_Init(Uint32 flags) |
23 void SDL_Quit() | 23 void SDL_Quit() |
24 | |
25 | |
26 IF UNAME_SYSNAME == "Windows": | |
27 cdef extern from "SDL_main.h": | |
28 void SDL_SetMainReady() | |
24 | 29 |
25 | 30 |
26 cdef extern from "SDL_error.h": | 31 cdef extern from "SDL_error.h": |
27 const char *SDL_GetError() | 32 const char *SDL_GetError() |
28 | 33 |