view pytouhou/ui/sprite.pxd @ 455:6864a38b2413

Make pytouhou.lib.sdl cimportable, and convert pytouhou.ui.window.* to extension types.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 02 Sep 2013 22:16:38 +0200
parents 723a3e67a223
children
line wrap: on
line source

from pytouhou.game.sprite cimport Sprite

cpdef object get_sprite_rendering_data(Sprite sprite)