diff pytouhou/game/sprite.pxd @ 628:df3c4ef5f2cc

Partially revert 98603f2c32b4, as the creation of a .h file made some checking tools unhappy.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 19 Apr 2015 19:08:39 +0200
parents 98603f2c32b4
children
line wrap: on
line diff
--- a/pytouhou/game/sprite.pxd
+++ b/pytouhou/game/sprite.pxd
@@ -1,7 +1,7 @@
 from pytouhou.utils.interpolator cimport Interpolator
 from pytouhou.formats.animation cimport Animation
 
-cdef public class Sprite[object Sprite, type SpriteType]:
+cdef class Sprite:
     cdef public int blendfunc, frame
     cdef public float width_override, height_override, angle
     cdef public bint removed, changed, visible, force_rotation