From 423f6835831b3213c689227ed86a16478e19bd87 Mon Sep 17 00:00:00 2001 From: "saarsena@gmail.com" Date: Fri, 24 Apr 2026 22:09:12 -0400 Subject: [PATCH] Add godot-cpp submodule metadata --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules 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