Skip to content

Commit d019370

Browse files
Auto-update definitions
1 parent 1de84a6 commit d019370

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dist/library/modules/textures.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
---@class dfhack.textures
55
dfhack.textures = {}
66

7+
---@param file unknown
78
---@param tile_px_w integer
89
---@param tile_px_h integer
910
---@param reserved boolean|nil
10-
---@return unknown
11-
function dfhack.textures.loadTileset(tile_px_w, tile_px_h, reserved) end
11+
---@return table<integer, unknown>
12+
function dfhack.textures.loadTileset(file, tile_px_w, tile_px_h, reserved) end
1213

1314
---@param handle unknown
1415
---@return number

0 commit comments

Comments
 (0)