view pytouhou/game/effect.pxd @ 643:01849ffd0180

Add an anmrenderer binary.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 02 Aug 2019 20:24:45 +0200
parents cd8a2baf468c
children
line wrap: on
line source

from pytouhou.game.element cimport Element

cdef class Effect(Element):
    cpdef update(self)