fixed in some cases confilcting with win api

This commit is contained in:
2025-03-29 21:57:35 +03:00
parent ea6c1cc929
commit 0f2a858306
2 changed files with 19 additions and 0 deletions

View File

@@ -8,6 +8,15 @@
#include "omath/vector3.hpp"
#include "omath/vector4.hpp"
#ifdef max
#undef max
#endif
#ifdef min
#undef min
#endif
namespace omath
{
struct HSV

View File

@@ -10,6 +10,16 @@
#include <utility>
#include "omath/vector3.hpp"
#ifdef near
#undef near
#endif
#ifdef far
#undef fa
#endif
namespace omath
{
struct MatSize