From de69de5ef1c1de650d84d2e07715ce139369fdd2 Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Sun, 1 Feb 2026 16:49:12 -0800 Subject: [PATCH] Init --- .gitignore | 2 ++ .gitmodules | 3 +++ raylib-cpp | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 raylib-cpp diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..531a399 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# cmake build directory +build/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7172198 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "raylib-cpp"] + path = raylib-cpp + url = git@github.com:joshuadahlunr/raylib-cpp.git diff --git a/raylib-cpp b/raylib-cpp new file mode 160000 index 0000000..2d2610e --- /dev/null +++ b/raylib-cpp @@ -0,0 +1 @@ +Subproject commit 2d2610eb358e86a1a8b4370ebd0c6cb149646bd6