summaryrefslogtreecommitdiff
path: root/lib/core/init.lua
blob: 51dfc1d2e9a1cd25800e98722ccd70e6bdc8fcf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--
-- This file is loaded at the initialisation of ToME
-- Load the system functions
--

-- Very thin xml parser(49 lines ;)
tome_dofile_anywhere(ANGBAND_DIR_CORE, "xml.lua")

-- various vital helper code
tome_dofile_anywhere(ANGBAND_DIR_CORE, "util.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "player.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "objects.lua")