src/console_gui.h
author rubidium
Thu, 29 May 2008 22:22:02 +0000
changeset 9424 0e77ca5edffb
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r13338) -Doc: add documentation about the window placement. Patch by Alberth.
/* $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 */