From b528deaf1188d413da775a122d6d6a76b6268655 Mon Sep 17 00:00:00 2001 From: aomizu Date: Tue, 23 Dec 2025 09:25:03 +0900 Subject: [PATCH] refactor: Replace custom MPQ decompression modules with StormLib. --- .gitmodules | 3 +++ lib/stormlib | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/stormlib diff --git a/.gitmodules b/.gitmodules index 4b413f3..7fda8b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "lib/bc"] path = lib/bc url = https://github.com/whoahq/bc +[submodule "lib/stormlib"] + path = lib/stormlib + url = https://github.com/ladislav-zezula/StormLib.git diff --git a/lib/stormlib b/lib/stormlib new file mode 160000 index 0000000..2990173 --- /dev/null +++ b/lib/stormlib @@ -0,0 +1 @@ +Subproject commit 29901739a2506999955e1fdd5a2f8f7b2140b089