mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
14 lines
125 B
C++
14 lines
125 B
C++
//
|
|
// Created by vlad on 2/4/24.
|
|
//
|
|
|
|
#include "omath/Color.hpp"
|
|
#include <algorithm>
|
|
#include <cmath>
|
|
|
|
|
|
namespace omath
|
|
{
|
|
|
|
}
|