src/console_gui.h
author rubidium
Fri, 01 Aug 2008 09:26:39 +0000
changeset 9772 eeb3d3284895
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth)
/* $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 */