From e1f0a30724d7acbca20f32d94715d2acd15c6b84 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 5 Jul 2024 12:43:47 +0200 Subject: [PATCH] Add Refresh2 and SDL --- .gitmodules | 6 ++++++ Libraries/RefreshCS | 1 + Libraries/SDL2CS | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 Libraries/RefreshCS create mode 160000 Libraries/SDL2CS diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e364e92 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Libraries/RefreshCS"] + path = Libraries/RefreshCS + url = https://github.com/MoonsideGames/RefreshCS.git +[submodule "Libraries/SDL2CS"] + path = Libraries/SDL2CS + url = https://github.com/flibitijibibo/SDL2-CS.git diff --git a/Libraries/RefreshCS b/Libraries/RefreshCS new file mode 160000 index 0000000..07b3484 --- /dev/null +++ b/Libraries/RefreshCS @@ -0,0 +1 @@ +Subproject commit 07b3484b26b4ff0e09ea0a00a8e320659dda7479 diff --git a/Libraries/SDL2CS b/Libraries/SDL2CS new file mode 160000 index 0000000..1eb20e5 --- /dev/null +++ b/Libraries/SDL2CS @@ -0,0 +1 @@ +Subproject commit 1eb20e5c690aee9a5188ba9cf06207295c51d935