add todo
This commit is contained in:
parent
1c45bc9e8d
commit
f0eb48751a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue