Skip to content

Commit

Permalink
add unitst_set_automatic_professions
Browse files Browse the repository at this point in the history
bay12 exported function
  • Loading branch information
ab9rf committed Oct 5, 2024
1 parent ce609c7 commit 299c491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Template for new versions:
# Future

## Structures
- added `unitst_set_automatic_professions` entry point export to list of known globals

# 50.14-r1

Expand Down
4 changes: 4 additions & 0 deletions df.globals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@
<global-object name='unitst_make_own'>
<stl-function/> <!-- void(df::unitst*) -->
</global-object>

<global-object name='unitst_set_automatic_professions'>
<stl-function/> <!-- void(df::unitst*) -->
</global-object>
</data-definition>

<!--
Expand Down

0 comments on commit 299c491

Please sign in to comment.