cleaned code

This commit is contained in:
2026-03-15 13:47:41 +03:00
parent 46c94ae541
commit 56256c40fb
2 changed files with 22 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
// Created by Orange on 11/11/2024.
//
#pragma once
#include <omath/hud/entity_overlay.hpp>
#include <omath/utility/color.hpp>
#include <string_view>
@@ -18,6 +19,9 @@ 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;