Pasaeta de "include-what-you-use" per arreglar els includes

Renombrats alguns fitxers per consistencia
This commit is contained in:
2024-09-29 06:24:11 +02:00
parent ac3340c39f
commit 28df97ea94
82 changed files with 616 additions and 350 deletions

View File

@@ -1,5 +1,7 @@
#include "utils.h"
#include <math.h>
#include <stdlib.h> // for free, malloc
struct JA_Music_t;
struct JA_Sound_t;
// Colores
const color_t bgColor = {0x27, 0x27, 0x36};