diff options
| author | Petr Mrázek | 2012-01-01 03:34:29 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-01 03:34:29 +0100 |
| commit | f2a69188ea3fc100662bb334664f7223cbfe5049 (patch) | |
| tree | 0679200f1ae7dc62488a7e04b1fc3ad4a92b3ac4 /.gitmodules | |
| parent | 52dfa842ccd3ff3add2c92b6a8a12f1ff0d9a6e0 (diff) | |
| download | dfhack-f2a69188ea3fc100662bb334664f7223cbfe5049.tar.gz dfhack-f2a69188ea3fc100662bb334664f7223cbfe5049.tar.bz2 dfhack-f2a69188ea3fc100662bb334664f7223cbfe5049.tar.xz | |
Use submodule for memory structure definitions (df-structures).
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5fcc3ec0..76fb139d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "plugins/df2mc"] path = plugins/df2mc url = git://github.com/peterix/DF2MC.git +[submodule "library/xml"] + path = library/xml + url = git://github.com/peterix/df-structures.git |
