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

-- 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")