diff pytouhou/game/game.pxd @ 471:06f0eeb519bb

Make Laser and Orb extension types, and use that where possible.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 16 Sep 2013 18:42:04 +0200
parents feecdb4a8928
children 1c891c71cf22
line wrap: on
line diff
--- a/pytouhou/game/game.pxd
+++ b/pytouhou/game/game.pxd
@@ -21,6 +21,7 @@ cdef class Game:
     cpdef drop_bonus(self, double x, double y, long _type, end_pos=*)
     cdef void autocollect(self, Player player) except *
     cdef void cancel_bullets(self) except *
+    cdef void cancel_player_lasers(self) except *
     cpdef change_bullets_into_star_items(self)
     cpdef change_bullets_into_bonus(self)
     cpdef kill_enemies(self)