2017-01-12 06:27:31 +10:00

13 lines
203 B
Lua

hud = {}
local path = minetest.get_modpath("hud")
dofile(path .. "/api.lua")
dofile(path .. "/builtin.lua")
dofile(path .. "/legacy.lua")
if hud.item_wheel then
dofile(path .. "/itemwheel.lua")
end