mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 15:23:26 +00:00
8 lines
153 B
C++
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();
|
|
} |