diff --git a/Include/Aurora/RNG/RNG.hpp b/Include/Aurora/RNG/RNG.hpp index 58810821..d885ea28 100644 --- a/Include/Aurora/RNG/RNG.hpp +++ b/Include/Aurora/RNG/RNG.hpp @@ -13,7 +13,7 @@ namespace Aurora::RNG AUKN_SYM void ReadFastRNG(void *in, AuUInt length); template - void Read(T(&array)[N]) + static inline void Read(T(&array)[N]) { if constexpr (fast) { @@ -26,7 +26,7 @@ namespace Aurora::RNG } template - void Read(T *array, AuUInt length) + static inline void Read(T *array, AuUInt length) { if constexpr (fast) {