Added popup status messages.

This commit is contained in:
pdw
2002-10-24 16:15:12 +00:00
parent e1c4cb7adf
commit 0be11c0e8a
5 changed files with 93 additions and 25 deletions

1
ui.h
View File

@@ -10,5 +10,6 @@
void ui_print();
void ui_loop();
void ui_finish();
void ui_tick(int);
#endif /* __UI_H_ */