Files
renpy/scripts/uguu/uguugl_pxd_header.pxd
T
Tom Rothamel e41a4f85e9 reorg: Eliminate use of the module directory.
This directory contained a mix of both c/cython source code, scripts,
and build information. Now, source is in src, scripts are in scripts,
and setup.py is in the root.
2024-12-15 18:14:26 -05:00

4 lines
79 B
Cython

from libc.stdint cimport int64_t, uint64_t
from libc.stddef cimport ptrdiff_t