From 7e918e99f7b8676858fe5c3a6010755111ff8d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Wed, 30 Oct 2024 13:15:30 +0100 Subject: [PATCH] Arreglat un include --- source/path_sprite.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)