Mercurial > touhou
comparison pytouhou/game/text.pxd @ 540:53fa73932e9a
Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 10 May 2014 22:20:22 +0200 |
parents | 2276229282fd |
children | b895ed2de71f |
comparison
equal
deleted
inserted
replaced
539:d6d9a711253d | 540:53fa73932e9a |
---|---|
63 cdef long width, height | 63 cdef long width, height |
64 cdef unsigned char alpha | 64 cdef unsigned char alpha |
65 cdef bint shadow | 65 cdef bint shadow |
66 cdef bytes align #TODO: use a proper enum. | 66 cdef bytes align #TODO: use a proper enum. |
67 cdef unsigned long frame, timeout, duration, start | 67 cdef unsigned long frame, timeout, duration, start |
68 cdef double to[2], end[2] | 68 cdef double to[2] |
69 cdef double end[2] | |
69 cdef list gradient | 70 cdef list gradient |
70 cdef Interpolator fade_interpolator, offset_interpolator | 71 cdef Interpolator fade_interpolator, offset_interpolator |
71 cdef object texture | 72 cdef object texture |
72 | 73 |
73 #def normal_update(self) | 74 #def normal_update(self) |