src/console_gui.h
author peter1138
Thu, 07 Aug 2008 18:26:13 +0000
changeset 9869 548d99e11ad7
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
/* $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 */