mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-13 07:33:34 +00:00
starting to fix compilation issues
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#pragma once
|
||||
#include <Maths/MathsUtils.h>
|
||||
|
||||
#include <type_traits>
|
||||
#include <cmath>
|
||||
|
||||
#include <Maths/Constants.h>
|
||||
|
||||
namespace Scop
|
||||
namespace mlx
|
||||
{
|
||||
template<typename T>
|
||||
[[nodiscard]] constexpr T Mod(T x, T y) noexcept
|
||||
|
||||
Reference in New Issue
Block a user