src/console_gui.h
author peter1138
Wed, 28 May 2008 17:29:27 +0000
changeset 9403 8cfca59c11f1
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
/* $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 */