This commit is contained in:
2026-03-13 21:40:30 +03:00
parent d6a2165f83
commit 371d8154ee
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
#include "omath/utility/color.hpp" #include "omath/utility/color.hpp"
#include <memory> #include <memory>
#include <string_view> #include <string_view>
#include <span>
namespace omath::hud namespace omath::hud
{ {
class EntityOverlay final class EntityOverlay final

View File

@@ -4,6 +4,7 @@
#pragma once #pragma once
#include "omath/linear_algebra/vector2.hpp" #include "omath/linear_algebra/vector2.hpp"
#include "omath/utility/color.hpp" #include "omath/utility/color.hpp"
#include <span>
namespace omath::hud namespace omath::hud
{ {