1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-08 22:00:26 +02:00
server-nalc/mods/hud/init.lua

9 lines
188 B
Lua
Raw Normal View History

2014-10-28 18:01:32 +01:00
hud = {}
local modpath = minetest.get_modpath("hud")
2014-10-28 18:01:32 +01:00
dofile(modpath .. "/api.lua")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/builtin.lua")
dofile(modpath .. "/legacy.lua")
2014-10-28 18:01:32 +01:00