// // Created by orange on 13.03.2026. // #include "gui/main_window.hpp" int main() { imgui_desktop::gui::MainWindow("omath::hud", 800, 600).Run(); }