summaryrefslogtreecommitdiff
path: root/lib/core/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/init.lua')
-rw-r--r--lib/core/init.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/core/init.lua b/lib/core/init.lua
deleted file mode 100644
index 44ef9a7a..00000000
--- a/lib/core/init.lua
+++ /dev/null
@@ -1,9 +0,0 @@
---
--- 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")