This commit is contained in:
Mylloon 2022-11-15 00:01:03 +01:00
parent 1c45bc9e8d
commit f0eb48751a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -22,6 +22,8 @@ struct table {
int nb_row;
int nb_columns;
// TODO: Use Pos ? add center to the struct?
// Need malloc for each struct
int *lines;
Uint32 color;