Skip to content

Commit 805bc8f

Browse files
committed
Update annotations
1 parent a4c9324 commit 805bc8f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dist/library/hack/script-manager.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ function scriptManager.get_mod_paths(installed_subdir, active_subdir) end
1414

1515
function scriptManager.get_mod_script_paths() end
1616

17+
function scriptManager.print_timers() end
18+
1719
return scriptManager

dist/library/modules/world.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ function dfhack.world.SetCurrentWeather(weather) end
3333
---@return string
3434
function dfhack.world.ReadWorldFolder() end
3535

36+
---@return df.unit
37+
function dfhack.world.getAdventurer() end
38+

0 commit comments

Comments
 (0)