diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-11-04 15:09:53 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 14:45:08 -0800 |
commit | 75708c4029292c4fef4b5da3923642870f7ebe6f (patch) | |
tree | d63eff09e4dd0226d8a082a4efbe25289892f1be /.gitmodules | |
parent | 55b7b4930832b95d276aaf7090976d892c18f752 (diff) |
libansr: add libansr submodule
preparatory commit for using .ans files directly for sprites
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 788ef96..6d3f95f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "libix2"] path = libix2 url = git://git.pengaru.com/libix2 +[submodule "libansr"] + path = libansr + url = git://git.pengaru.com/libansr |