2025-04-05 01:19:52 +02:00
|
|
|
-- Luanti
|
|
|
|
-- Copyright (C) 2023 rubenwardy
|
|
|
|
-- SPDX-License-Identifier: LGPL-2.1-or-later
|
2023-10-28 17:33:44 +01:00
|
|
|
|
|
|
|
local path = core.get_mainmenu_path() .. DIR_DELIM .. "content"
|
|
|
|
|
|
|
|
dofile(path .. DIR_DELIM .. "pkgmgr.lua")
|
2024-04-09 21:18:40 +02:00
|
|
|
dofile(path .. DIR_DELIM .. "contentdb.lua")
|
2023-10-28 17:33:44 +01:00
|
|
|
dofile(path .. DIR_DELIM .. "update_detector.lua")
|
2024-04-09 21:18:40 +02:00
|
|
|
dofile(path .. DIR_DELIM .. "screenshots.lua")
|
|
|
|
dofile(path .. DIR_DELIM .. "dlg_install.lua")
|
|
|
|
dofile(path .. DIR_DELIM .. "dlg_overwrite.lua")
|
2024-03-31 19:24:27 +01:00
|
|
|
dofile(path .. DIR_DELIM .. "dlg_package.lua")
|
2024-04-09 21:18:40 +02:00
|
|
|
dofile(path .. DIR_DELIM .. "dlg_contentdb.lua")
|