diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-09-23 01:21:19 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-09-23 01:21:19 +0200 |
commit | 5d5bee49928e36d552c8df62bb820af82bd24032 (patch) | |
tree | b369d566368f1622ae2fd3a2b2c0021a4aa7b5b1 /.gitmodules | |
parent | e60a652b78af8f985862da726898291f807ae058 (diff) | |
download | PrismLauncher-5d5bee49928e36d552c8df62bb820af82bd24032.tar.gz PrismLauncher-5d5bee49928e36d552c8df62bb820af82bd24032.tar.bz2 PrismLauncher-5d5bee49928e36d552c8df62bb820af82bd24032.zip |
GH-1238 re-integrate nbt library
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..db3e347e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "depends/libnbtplusplus"] + path = depends/libnbtplusplus + url = https://github.com/MultiMC/libnbtplusplus.git |