File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- {% - from 'gdapi. macros.pxd.j2' import
1+ {% - from 'gdapi_pxd/ macros.pxd.j2' import
22 render_utility_function_signature ,
33 render_utility_function ,
44 render_builtin_type_cy_struct ,
@@ -40,7 +40,7 @@ cdef extern from * nogil:
4040##############################################################################
4141
4242
43- {% include 'gdapi. conversion.pxd.j2' %}
43+ {% include 'gdapi_pxd/ conversion.pxd.j2' %}
4444
4545
4646##############################################################################
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ pxd_godot_hazmat_gdapi = custom_target(
7373 generate_tmpl_base_input,
7474 files (
7575 ' godot/hazmat/gdapi.pxd.j2' ,
76- ' godot/hazmat/gdapi. macros.pxd.j2' ,
77- ' godot/hazmat/gdapi. conversion.pxd.j2' ,
76+ ' godot/hazmat/gdapi_pxd/ macros.pxd.j2' ,
77+ ' godot/hazmat/gdapi_pxd/ conversion.pxd.j2' ,
7878 ),
7979 ],
8080 command : generate_tmpl_cmd,
You canβt perform that action at this time.
0 commit comments