Mercurial > touhou
view pytouhou/game/itemtype.pxd @ 572:7f113f15300b
Include the Glade file in the main package on install.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 09 Jul 2014 23:44:53 +0200 |
parents | 8038f1957b71 |
children |
line wrap: on
line source
from pytouhou.game.sprite cimport Sprite cdef class ItemType: cdef Sprite sprite, indicator_sprite cdef object anm