Files
omath/examples/example_hud/main.cpp
2026-03-13 21:28:16 +03:00

8 lines
153 B
C++

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