mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
Export
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
#include "omath/Vector3.hpp"
|
||||
#include <cstdint>
|
||||
#include "omath/Vector4.hpp"
|
||||
|
||||
#include "omath_export.h"
|
||||
|
||||
namespace omath
|
||||
{
|
||||
struct HSV
|
||||
struct OMATH_API HSV
|
||||
{
|
||||
float m_hue{};
|
||||
float m_saturation{};
|
||||
@@ -19,7 +19,7 @@ namespace omath
|
||||
};
|
||||
|
||||
|
||||
class Color final : public Vector4
|
||||
class OMATH_API Color final : public Vector4
|
||||
{
|
||||
public:
|
||||
constexpr Color(float r, float g, float b, float a) : Vector4(r,g,b,a)
|
||||
|
||||
Reference in New Issue
Block a user