summaryrefslogtreecommitdiff
path: root/init.lua
blob: fe0f41fa73b2befce9d88dfc8110d13b67e341a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
hud = {}
local modpath = minetest.get_modpath("hud")

dofile(modpath .. "/api.lua")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/builtin.lua")
dofile(modpath .. "/legacy.lua")
if hud.item_wheel then
	dofile(modpath .. "/itemwheel.lua")
end