From a95ed8187976c64af55591973baccfa6700107ef Mon Sep 17 00:00:00 2001 From: "Marek S. Lukasiewicz" Date: Tue, 28 Jan 2025 11:22:39 +0100 Subject: [PATCH] Add godot-cpp submodule --- .gitmodules | 3 +++ godot-cpp | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 godot-cpp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..29bd727 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "godot-cpp"] + path = godot-cpp + url = https://github.com/godotengine/godot-cpp.git diff --git a/godot-cpp b/godot-cpp new file mode 160000 index 0000000..13cd2d9 --- /dev/null +++ b/godot-cpp @@ -0,0 +1 @@ +Subproject commit 13cd2d921c9bdd21869b17e69098e3c586524fdf