src/console_gui.h
author translators
Wed, 03 Dec 2008 19:31:15 +0000
changeset 10402 39aa6c6579b6
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r14653) -Update: WebTranslator2 update to 2008-12-03 19:27:43
danish - 10 fixed by ThomasA (10)
indonesian - 48 fixed by fanioz (48)
-Fix: WebTranslator2 went haywire on Croatian/Danish.
/* $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 */