I just found about this header file(sounds great). but when i'm trying to use it on my visual studio 2022 project i get this error by just adding this two lines
#include <tweeny-3.2.0.h>
auto test = tweeny::from(1.0f).to(0.0f).during(10);
not sure if it's a template thing, a namespace thing or a compatibility of the compiler. has anybody else face this?
Regards
I just found about this header file(sounds great). but when i'm trying to use it on my visual studio 2022 project i get this error by just adding this two lines
#include <tweeny-3.2.0.h>
auto test = tweeny::from(1.0f).to(0.0f).during(10);
not sure if it's a template thing, a namespace thing or a compatibility of the compiler. has anybody else face this?
Regards