Start of buildtool

This commit is contained in:
Simon Lübeß
2025-10-23 11:09:48 +02:00
parent 419ed7c9d2
commit 1eeab94575
7 changed files with 1000 additions and 4 deletions
+4
View File
@@ -1,3 +1,5 @@
#if IMGUI
using System;
using ImGui;
using GlitchyEngine.Events;
@@ -256,3 +258,5 @@ namespace GlitchyEngine.ImGui
}
}
}
#endif