Skip to content

Commit

Permalink
Great Reorganization: DFHack-specific types
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Feb 1, 2025
1 parent 5d21261 commit 9e0eddf
Show file tree
Hide file tree
Showing 15 changed files with 1,024 additions and 1,153 deletions.
10 changes: 0 additions & 10 deletions df.block.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
<data-definition>
-- Fake structure
<struct-type type-name='tile_bitmask' custom-methods='true' comment='not in DF, 16x16 bitmask'>
<static-array name='bits' count='16' type-name='uint16_t'/>
<custom-methods>
<cmethod name='clear'/>
<cmethod name='set_all'/>
<cmethod name='has_assignments'/>
</custom-methods>
</struct-type>

<bitfield-type type-name='block_flags' base-type='uint32_t'> bay12: BLOCKFLAG_*
<flag-bit name='designated' comment='for jobs etc'/>
<flag-bit name='update_temperature'/>
Expand Down
87 changes: 0 additions & 87 deletions df.buildings.xml

This file was deleted.

Loading

0 comments on commit 9e0eddf

Please sign in to comment.