src/console_gui.h
author frosch
Sat, 29 Nov 2008 21:27:15 +0000
changeset 10392 306d24c840f4
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace protection'.
/* $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 */