diff pytouhou/game/player.pxd @ 457:4ccc47828002

Display the name of a spellcard and the face of its invoker.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 10 Aug 2013 13:36:42 +0200
parents 78e1c3864e73
children 5f5955635d2c
line wrap: on
line diff
--- a/pytouhou/game/player.pxd
+++ b/pytouhou/game/player.pxd
@@ -14,7 +14,7 @@ cdef class Player(Element):
 
     cdef object anm
     cdef tuple speeds
-    cdef long fire_time, direction
+    cdef long fire_time, bomb_time, direction
 
     cdef void set_anim(self, index)
     cpdef play_sound(self, str name)