More TODOs.

This commit is contained in:
Pietro Gagliardi 2018-06-23 11:26:14 -04:00
parent 7d17df7121
commit 888bb450b3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
// TODO
#define cellValue(model, row, column) ((*((model)->mh->CellValue))((model)->mh, (model), (row), (column)))
// TODO maybe split this into item and subitem structs?
struct drawState {
uiTable *t;
uiTableModel *model;