diff --git a/source/path_sprite.cpp b/source/path_sprite.cpp index 22cb18a..e534428 100644 --- a/source/path_sprite.cpp +++ b/source/path_sprite.cpp @@ -1,8 +1,8 @@ #include "path_sprite.h" -#include // for abs -#include // for abs -#include // for function -#include // for move +#include // for abs +#include // for abs +#include // for function +#include // for move // Devuelve un vector con los puntos que conforman la ruta std::vector createPath(int start, int end, PathType type, int fixed_pos, int steps, const std::function &easingFunction)