commit de69de5ef1c1de650d84d2e07715ce139369fdd2 Author: HumanoidSandvichDispenser Date: Sun Feb 1 16:49:12 2026 -0800 Init 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