Toquetechant includes

This commit is contained in:
2025-02-20 13:56:07 +01:00
parent e1d6aff724
commit 4dd6c94730
66 changed files with 4462 additions and 3097 deletions

View File

@@ -1,6 +1,6 @@
#include "utils.h"
#include <stdlib.h> // for free, malloc, abs
#include <cmath> // for round, abs
#include <stdlib.h> // Para free, malloc, abs
#include <cmath> // Para round, abs
// Calcula el cuadrado de la distancia entre dos puntos
double distanceSquared(int x1, int y1, int x2, int y2)