src/console_gui.h
author frosch
Tue, 15 Jul 2008 17:13:50 +0000
changeset 11148 f0e0245a05c3
parent 10684 7cc2278c2ac0
permissions -rw-r--r--
(svn r13706) -Fix (r13695): Small typo.
/* $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 */