src/console_gui.h
author skidd13
Mon, 02 Jun 2008 14:27:58 +0000
changeset 10809 5e1189c1df5c
parent 10684 7cc2278c2ac0
permissions -rw-r--r--
(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
/* $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 */