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

View File

@@ -25,7 +25,9 @@ class DefineButtons {
int button;
Button(std::string label, Input::Action action, int button)
: label(std::move(label)), action(action), button(button) {}
: label(std::move(label)),
action(action),
button(button) {}
};
// --- Constructor y destructor ---