Mercurial > touhou
diff pytouhou/lib/sdl.pxd @ 422:52829ebe2561
Refactor window management in its own class.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 16 Jul 2013 21:07:15 +0200 |
parents | b1248bab2d0f |
children | 2a352118c55a |
line wrap: on
line diff
--- a/pytouhou/lib/sdl.pxd +++ b/pytouhou/lib/sdl.pxd @@ -51,6 +51,8 @@ cdef extern from "SDL_video.h": void SDL_GL_DeleteContext(SDL_GLContext context) void SDL_DestroyWindow(SDL_Window *window) + void SDL_SetWindowSize(SDL_Window *window, int w, int h) + cdef extern from "SDL_scancode.h": ctypedef enum SDL_Scancode: