@ -1,6 +1,7 @@
#pragma once
namespace EasingFunc {
typedef float(*eFunc)(float);
float easeLinear(float t) {
return t;
}
The note is not visible to the blocked user.