Cleanups, first strike. Move stuff to separate files, eliminate warnings

This commit is contained in:
Michael Stapelberg
2009-02-13 19:04:45 +01:00
parent af6aee4f4f
commit 7c0317c8a3
18 changed files with 1263 additions and 1128 deletions

View File

@ -9,6 +9,8 @@
extern Workspace *c_ws;
extern Workspace workspaces[10];
extern int current_col;
extern int current_row;
void init_table();
void expand_table_rows(Workspace *workspace);