Implement automatic cleaning of the table

This commit is contained in:
Michael Stapelberg
2009-02-24 20:29:30 +01:00
parent aa18ca0889
commit dadace2fa3
3 changed files with 77 additions and 2 deletions

View File

@ -27,5 +27,6 @@ void init_table();
void expand_table_rows(Workspace *workspace);
void expand_table_cols(Workspace *workspace);
bool cell_exists(int col, int row);
void cleanup_table(Workspace *workspace);
#endif