10 lines
434 B
Lua
10 lines
434 B
Lua
laptop = {}
|
|
laptop.class_lib = {}
|
|
dofile(minetest.get_modpath('laptop')..'/themes.lua')
|
|
dofile(minetest.get_modpath('laptop')..'/block_devices.lua')
|
|
dofile(minetest.get_modpath('laptop')..'/app_fw.lua')
|
|
dofile(minetest.get_modpath('laptop')..'/mtos.lua')
|
|
dofile(minetest.get_modpath('laptop')..'/hardware_fw.lua')
|
|
dofile(minetest.get_modpath('laptop')..'/hardware_nodes.lua')
|
|
dofile(minetest.get_modpath('laptop')..'/craftitems.lua')
|