src/console_gui.h
author rubidium
Mon, 26 May 2008 00:31:36 +0000
changeset 10708 5f1e9cffcfa5
parent 10684 7cc2278c2ac0
permissions -rw-r--r--
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
-Codechange: split the diff_custom variable.
-Feature: allow changing some of the diff_custom variables via the console in network games.
/* $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 */