Afegides utilitats per a linux

Arreglats alguns includes
This commit is contained in:
2024-10-01 17:24:38 +02:00
parent dee5bcb4e4
commit 7dbddd5524
9 changed files with 41 additions and 207 deletions

View File

@@ -1,7 +1,10 @@
#include "utils.h"
#include <stdlib.h> // for free, malloc
struct JA_Music_t;
struct JA_Sound_t;
#include <stdlib.h> // for free, malloc
#include <algorithm> // for max, min
#include <cctype> // for isspace
#include <iterator> // for distance
struct JA_Music_t; // lines 3-3
struct JA_Sound_t; // lines 4-4
// Colores
const color_t bgColor = {0x27, 0x27, 0x36};