Mercurial > touhou
view pytouhou/ui/sdl/texture.pxd @ 554:653a9f087673
Make both double- and single-buffer available on the CLI, but default to SDL’s default.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Fri, 30 May 2014 04:06:09 +0200 |
| parents | b895ed2de71f |
| children | a6af3ff86612 |
line wrap: on
line source
from pytouhou.lib.sdl cimport Font from pytouhou.lib.sdl cimport Surface, Window cdef class TextureManager: cdef object loader cdef Window window cdef void load(self, dict anms) except * cdef load_texture(self, Surface texture) cdef class FontManager: cdef Font font cdef Window window cdef void load(self, dict labels) except *
