core/easingcurve: add EasingCurve type

This commit is contained in:
outfoxxed 2024-03-21 02:54:21 -07:00
parent dd811ac423
commit 8e25c1cee0
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 76 additions and 1 deletions

View file

@ -15,5 +15,6 @@ headers = [
"popupwindow.hpp",
"singleton.hpp",
"lazyloader.hpp",
"easingcurve.hpp",
]
-----