Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4649 → Rev 4650

/programs/cmm/TWB/table.h
5,8 → 5,8
byte max_rows;
byte cur_col;
byte cur_row;
int col_w[255];
int col_h[255];
int col_w[32];
int row_start, row_h, row_max_h;
void NewTable();
} table;