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

@@ -2,7 +2,7 @@ package gui.menu;
import java.util.Stack;
import gui.AnimatedBackground;
import gui.widget.AnimatedBackground;
import imgui.ImGui;
import imgui.ImVec2;
import imgui.flag.ImGuiKey;