mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
fixed in some cases confilcting with win api
This commit is contained in:
@@ -8,6 +8,15 @@
|
|||||||
#include "omath/vector3.hpp"
|
#include "omath/vector3.hpp"
|
||||||
#include "omath/vector4.hpp"
|
#include "omath/vector4.hpp"
|
||||||
|
|
||||||
|
#ifdef max
|
||||||
|
#undef max
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef min
|
||||||
|
#undef min
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace omath
|
namespace omath
|
||||||
{
|
{
|
||||||
struct HSV
|
struct HSV
|
||||||
|
|||||||
@@ -10,6 +10,16 @@
|
|||||||
#include <utility>
|
#include <utility>
|
||||||
#include "omath/vector3.hpp"
|
#include "omath/vector3.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef near
|
||||||
|
#undef near
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef far
|
||||||
|
#undef fa
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace omath
|
namespace omath
|
||||||
{
|
{
|
||||||
struct MatSize
|
struct MatSize
|
||||||
|
|||||||
Reference in New Issue
Block a user