src/console_gui.h
author rubidium
Thu, 02 Oct 2008 22:48:52 +0000
changeset 10213 ebd3d874b820
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r14434) -Fix (r14432): compile warning.
/* $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 */