src/console_gui.h
author rubidium
Fri, 05 Dec 2008 22:46:39 +0000
changeset 10407 419a41009c38
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r14658) -Change: allow changing town names when there are no towns in the scenario yet.
/* $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 */