src/console_gui.h
author truebrain
Fri, 13 Jun 2008 19:12:55 +0000
branchnoai
changeset 10956 82aa600a9922
parent 10715 6bdf79ffb022
permissions -rw-r--r--
(svn r13510) [NoAI] -Fix: be a tiny bit more strict for AIAbstract.Valuate() (check the type of the first 2 params)
/* $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 */