diff -r c5c9dc32c052 -r 6bdf79ffb022 src/console_gui.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/console_gui.h Mon May 26 13:52:59 2008 +0000 @@ -0,0 +1,13 @@ +/* $Id$ */ + +/** @file console_gui.h GUI related functions in the console. */ + +#ifndef CONSOLE_GUI_H +#define CONSOLE_GUI_H + +#include "window_type.h" + +void IConsoleResize(Window *w); +void IConsoleSwitch(); + +#endif /* CONSOLE_GUI_H */