corregida la llista de inicialització en clang-format
creat Balloon::Config per a inicialitzar globos
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user