Implemented console items window using ImGuiTextSelect after it was implemented into imguin.

This commit is contained in:
Jakob Friedl
2025-09-14 22:55:44 +02:00
parent c6bbef8520
commit ce417db941
4 changed files with 114 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
switch "o", "bin/client"
switch "d", "ImColorTextEdit"
switch "d", "ImGuiTextSelect"
# Select compiler
var TC = "gcc"