diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-25 17:11:08 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-25 17:11:21 -0700 |
commit | 8b1e278ef364fff2aa7d6b805353a722db1b4b89 (patch) | |
tree | f317199fd11e3c396fae4aa7e786b1c6bb7da339 /.gitmodules | |
parent | 246feab29cf4696048628f0ad7d3d48cafe23f3b (diff) |
Adding the FileSystem global class with mkdir, and adding the writeString method to Handles. Also preparing the inclusion of Lua by adding LuaJIT.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 727224b..e78fd64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "win32/pthreads-win32"] path = win32/pthreads-win32 url = git.grumpycoder.net:/pub/repo.git/pthreads-win32 +[submodule "LuaJIT"] + path = LuaJIT + url = http://luajit.org/git/luajit-2.0.git |