blob: c011f674c95df76f1c85c2803fcdfd49298779e1 (
plain)
1
2
3
4
5
6
7
8
|
hud = {}
local modpath = minetest.get_modpath("hud")
dofile(modpath .. "/api.lua")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/builtin.lua")
dofile(modpath .. "/legacy.lua")
|