This commit is contained in:
2023-10-23 13:30:07 +02:00
parent 259857833e
commit 9943397702

5
prepare_imgui.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd src/client/imgui/backends
mv imgui_impl_opengl3* ..
mv imgui_impl_sdl3* ..