From 80a318feb09930befda4700ea6f0d226e1384dc3 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Thu, 20 Aug 2026 19:54:22 +0400 Subject: [PATCH] Add SDL_PhysFS submodule --- .gitmodules | 3 +++ external/SDL_PhysFS | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 external/SDL_PhysFS diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5637949 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/SDL_PhysFS"] + path = external/SDL_PhysFS + url = https://github.com/RobLoach/SDL_PhysFS.git diff --git a/external/SDL_PhysFS b/external/SDL_PhysFS new file mode 160000 index 0000000..1689fdc --- /dev/null +++ b/external/SDL_PhysFS @@ -0,0 +1 @@ +Subproject commit 1689fdc19f3f4272dd1c5cf8d146e306d137e624