corregida la llista de inicialització en clang-format

creat Balloon::Config per a inicialitzar globos
This commit is contained in:
2025-08-24 17:16:49 +02:00
parent fe950e6f17
commit 928335576c
61 changed files with 964 additions and 733 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ struct HiScoreEntry {
// Constructor
explicit HiScoreEntry(const std::string &n = "", int s = 0, bool occ = false)
: name(n.substr(0, 6)), score(s), one_credit_complete(occ) {}
: name(n.substr(0, 6)),
score(s),
one_credit_complete(occ) {}
};
// --- Tipos ---