Skip to content

Commit 483788b

Browse files
committed
Put gdapi pxd stuff in src/godot/hazmat/gdapi_pxd/
1 parent 577b924 commit 483788b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Žsrc/godot/hazmat/gdapi.pxd.j2β€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
##############################################################################

β€Žsrc/meson.buildβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
Β (0)