annotate pytouhou/ui/texture.pxd @ 301:6f1ca1cb5238

Avoid segfaults in the unlikely case a huge number of sprites is rendered.
author Thibaut Girka <thib@sitedethib.com>
date Sat, 10 Mar 2012 20:30:55 +0100
parents 98c64ffcbdff
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
223
98c64ffcbdff Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
1 cdef class TextureManager:
98c64ffcbdff Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
2 cdef public object loader
98c64ffcbdff Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
3 cdef public dict textures