From 4e674c99566ff79a0806f4c612de997bcaed1677 Mon Sep 17 00:00:00 2001 From: Slendi Date: Wed, 3 Dec 2025 02:41:51 +0200 Subject: [PATCH] Fix shit up Signed-off-by: Slendi --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..66576d5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/imgui"] + path = thirdparty/imgui + url = https://github.com/ocornut/imgui.git