commit pa borrar lo del slowdown

This commit is contained in:
2025-07-27 19:51:02 +02:00
parent 5dc46dda5a
commit bb2d6e5d0b
5 changed files with 158 additions and 6 deletions

View File

@@ -107,6 +107,11 @@ auto easeInOutExpo(double time) -> double;
auto easeOutBounce(double time) -> double;
auto easeOutElastic(double time) -> double;
auto easeInElastic(double time) -> double;
auto easeOutExpo(double time) -> double;
auto easeInExpo(double time) -> double;
auto easeOutBack(double time) -> double;
auto easeOutCubic(double time) -> double;
auto easeInCubic(double time) -> double;
// Utilidades varias
auto stringInVector(const std::vector<std::string> &vec, const std::string &str) -> bool; // Comprueba si un vector contiene una cadena