From 634f0bcaefb02f812a0bde14aaa70a13fab6c4a9 Mon Sep 17 00:00:00 2001 From: weil Date: Tue, 16 Jan 2024 16:13:24 +0100 Subject: [PATCH] Add godot-cpp submodule --- .gitmodules | 4 ++++ godot-cpp | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 godot-cpp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ad039fc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "godot-cpp"] + path = godot-cpp + url = https://github.com/godotengine/godot-cpp + branch = 4.2 diff --git a/godot-cpp b/godot-cpp new file mode 160000 index 0000000..78ffea5 --- /dev/null +++ b/godot-cpp @@ -0,0 +1 @@ +Subproject commit 78ffea5b136f3178c31cddb28f6b963ceaa89420