Skip to content

Commit 4e8490d

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 4e8490d

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
@@ -66,6 +66,7 @@
6666
<int32_t name='inorganic_mat' original-name='stone_index' ref-target='inorganic_raw'/>
6767
<compound type-name='tile_bitmask' name='tile_bitmask' original-name='mask'/>
6868
<bitfield base-type='uint32_t' type-name='mineral_event_flag' name='flags' original-name='flag'/>
69+
<extra-include type-name='coord2d'/>
6970
<custom-methods>
7071
<cmethod name='has_assignments'/>
7172
</custom-methods>
@@ -218,6 +219,7 @@
218219

219220
<pointer type-name='block_burrow_link' name="link" original-name='my_link'/>
220221

222+
<extra-include type-name='coord2d'/>
221223
<custom-methods>
222224
<cmethod name='has_assignments'/>
223225
</custom-methods>

0 commit comments

Comments
 (0)