diff pytouhou/utils/matrix.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 fab7ad2f0d8b
children efae61ad6efe
line wrap: on
line diff
--- a/pytouhou/utils/matrix.pxd
+++ b/pytouhou/utils/matrix.pxd
@@ -1,5 +1,5 @@
 cdef class Matrix:
-    cdef public data
+    cdef public list data
 
     cpdef flip(Matrix self)
     cpdef scale(Matrix self, x, y, z)