added stuff

This commit is contained in:
2026-03-13 21:28:16 +03:00
parent 87966c82b9
commit f188257e0f
8 changed files with 169 additions and 3 deletions

View File

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