corregida la llista de inicialització en clang-format
creat Balloon::Config per a inicialitzar globos
This commit is contained in:
@@ -34,7 +34,9 @@ struct Line { // Almacena información de línea animada
|
||||
|
||||
// Constructor de Line
|
||||
Line(int y, float x, int direction)
|
||||
: y(y), x(x), direction(direction) {}
|
||||
: y(y),
|
||||
x(x),
|
||||
direction(direction) {}
|
||||
};
|
||||
|
||||
// Clase Instructions
|
||||
|
||||
Reference in New Issue
Block a user