view pytouhou/game/itemtype.pxd @ 696:7ae576a418ff

ecl_vm: implement Call, Return, and the call stack thingy.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 23 Aug 2019 02:31:08 +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