commit pa borrar lo del slowdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user