Treballant en la intro
This commit is contained in:
@@ -177,6 +177,7 @@ double easeInOut(double t);
|
||||
double easeInOutExpo(double t);
|
||||
double easeOutBounce(double t);
|
||||
double easeOutElastic(double t);
|
||||
double easeInElastic(double t);
|
||||
|
||||
// Comprueba si una vector contiene una cadena
|
||||
bool stringInVector(const std::vector<std::string> &vec, const std::string &str);
|
||||
|
||||
Reference in New Issue
Block a user