mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 15:51:06 +01:00
7 lines
125 B
Lua
7 lines
125 B
Lua
|
domb = {}
|
||
|
|
||
|
--DOM base system library
|
||
|
dofile(minetest.get_modpath("domb").."/domb.lua")
|
||
|
|
||
|
DOM_registra_comandos_de_uso_geral()
|