mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +01:00
14 lines
416 B
Cython
14 lines
416 B
Cython
# /!\ Autogenerated code, modifications will be lost /!\
|
|
# see `generation/generate_bindings.py`
|
|
|
|
from pandemonium._hazmat.gdnative_api_struct cimport *
|
|
from pandemonium._hazmat.gdapi cimport pythonscript_gdapi10 as gdapi10
|
|
from pandemonium.builtins cimport *
|
|
|
|
{% from 'class.tmpl.pxd' import render_class_pxd -%}
|
|
{%- for cls in classes %}
|
|
{{ render_class_pxd(cls) }}
|
|
{%- endfor %}
|
|
|
|
cdef void _initialize_bindings()
|