Skip to content

Commit

Permalink
Merge pull request #804 from ab9rf/unitst_set_automatic_professions
Browse files Browse the repository at this point in the history
add `unitst_set_automatic_professions`
  • Loading branch information
myk002 authored Oct 5, 2024
2 parents ce609c7 + c009501 commit d077e4f
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 d077e4f

Please sign in to comment.