using polymorphism now but still have to decide on a better pattern
This commit is contained in:
+4
-1
@@ -76,8 +76,11 @@ void UITable::setup() {
|
||||
|
||||
#ifdef DEBUG
|
||||
this->tableData[r * COLUMNS + c]->drawBox();
|
||||
this->tableData[r * COLUMNS + c]->Update("---");
|
||||
this->tableData[r * COLUMNS + c]->Update("---", false);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void UITable::Update(const char* data, bool forceRedraw) {}
|
||||
void UITable::Redraw() {}
|
||||
|
||||
Reference in New Issue
Block a user