src/console_gui.h
author smatz
Wed, 11 Jun 2008 15:56:55 +0000
changeset 9495 cafcf9e8dbdf
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and on company bankrupt
/* $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 */