src/console_gui.h
author glx
Mon, 16 Jun 2008 20:16:43 +0000
changeset 10985 ae131ef2cc8f
parent 10684 7cc2278c2ac0
permissions -rw-r--r--
(svn r13539) -Fix (r13537): signed/unsigned warnings
/* $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 */