diff pytouhou/ui/texture.pxd @ 223:98c64ffcbdff

Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.
author Thibaut Girka <thib@sitedethib.com>
date Sun, 18 Dec 2011 21:23:51 +0100
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/pytouhou/ui/texture.pxd
@@ -0,0 +1,3 @@
+cdef class TextureManager:
+    cdef public object loader
+    cdef public dict textures