view pytouhou/formats/anm0.pxd @ 542:a09f6990eab4

Add a hack to prevent `setup.py clean` from compiling Cython files.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 11 May 2014 13:16:19 +0200
parents 43ecf0f98f4d
children
line wrap: on
line source

cdef class ANM:
    cdef public long version
    cdef public unicode first_name, secondary_name
    cdef public dict sprites, scripts
    cdef public object texture

    cdef double size_inv[2]