2014-05-10 09:35:17 -05:00
|
|
|
hud = {}
|
2015-06-13 17:28:25 -05:00
|
|
|
local modpath = minetest.get_modpath("hud")
|
2014-05-10 09:35:17 -05:00
|
|
|
|
2015-06-13 17:28:25 -05:00
|
|
|
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")
|
2014-05-10 09:35:17 -05:00
|
|
|
end
|
|
|
|
|