view pytouhou/ui/sprite.pxd @ 465:5f5955635d2c

Move continues to PlayerState, and make sure they aren’t reinitialized before each stage.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 11 Sep 2013 16:03:55 +0200
parents 723a3e67a223
children
line wrap: on
line source

from pytouhou.game.sprite cimport Sprite

cpdef object get_sprite_rendering_data(Sprite sprite)