src/console_gui.h
author smatz
Sun, 07 Sep 2008 16:22:55 +0000
changeset 10087 3159b77d3506
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r14263) -Codechange: give a better error message when removing a sign fails
/* $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 */