From 19275326ce2c6f73aee9ea5185ef846e4cd408aa Mon Sep 17 00:00:00 2001 From: Dav999-v Date: Thu, 29 Dec 2022 04:39:45 +0100 Subject: [PATCH] Add c-hashmap submodule (not compiled yet) This commit is part of rewritten history of the localization branch. The original (unsquashed) commit history can be found here: https://github.com/Dav999-v/VVVVVV/tree/localization-orig --- .gitmodules | 3 +++ third_party/c-hashmap | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/c-hashmap diff --git a/.gitmodules b/.gitmodules index 436d1606..21c81843 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third_party/FAudio"] path = third_party/FAudio url = https://github.com/FNA-XNA/FAudio +[submodule "third_party/c-hashmap"] + path = third_party/c-hashmap + url = https://github.com/Mashpoe/c-hashmap diff --git a/third_party/c-hashmap b/third_party/c-hashmap new file mode 160000 index 00000000..b541b118 --- /dev/null +++ b/third_party/c-hashmap @@ -0,0 +1 @@ +Subproject commit b541b1181b30cb7180cf997485c16b2dc27ac28e