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