refactor: move classes
All checks were successful
Linux arm64 / Build (push) Successful in 39s

This commit is contained in:
2025-02-01 23:06:11 +01:00
parent 91c645e34f
commit 86aa6e9bb5
18 changed files with 26 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
package gui.menu;
import gui.Options;
import gui.Symbols;
import gui.constants.Options;
import gui.constants.Symbols;
import imgui.ImGui;
import imgui.type.ImInt;