aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/embed/scripts/path/path.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin-lua/embed/scripts/path/path.lua')
-rw-r--r--src/libjin-lua/embed/scripts/path/path.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libjin-lua/embed/scripts/path/path.lua b/src/libjin-lua/embed/scripts/path/path.lua
deleted file mode 100644
index c6bcf41..0000000
--- a/src/libjin-lua/embed/scripts/path/path.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-
-jin.path = jin.path or {}
-
--- Game root directory.
-jin.cwd = jin.args['cwd'] or '.'
-
--- Get full path of a given path.
-function jin.path.full(path)
- return jin.cwd .. '/' .. path
-end