Skip to content

Commit cdc2aa8

Browse files
committed
add missing extra-includes
these types have custom methods that need coord2d but don't require it to be included. this currently works but can't be guaranteed, so...
1 parent 463c2a5 commit cdc2aa8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

df.block.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<custom-methods>
7070
<cmethod name='has_assignments'/>
7171
</custom-methods>
72+
<extra-include type-name='coord2d'/>
7273
</class-type>
7374

7475
<class-type type-name='block_square_event_frozen_liquidst' inherits-from='block_square_event'>
@@ -221,6 +222,7 @@
221222
<custom-methods>
222223
<cmethod name='has_assignments'/>
223224
</custom-methods>
225+
<extra-include type-name='coord2d'/>
224226
</struct-type>
225227

226228
<struct-type type-name='map_block' original-name='blockst'>

0 commit comments

Comments
 (0)