changed api

This commit is contained in:
2026-03-15 19:10:15 +03:00
parent 1a176d8f09
commit d62dec9a8f
5 changed files with 654 additions and 295 deletions

View File

@@ -19,9 +19,6 @@ namespace imgui_desktop::gui
private:
void draw_controls();
void draw_overlay();
void draw_boxes(omath::hud::EntityOverlay& ent) const;
void draw_bars(omath::hud::EntityOverlay& ent) const;
void draw_labels(omath::hud::EntityOverlay& ent) const;
void present();
GLFWwindow* m_window = nullptr;