src/console_gui.h
author peter1138
Thu, 12 Jun 2008 09:25:04 +0000
changeset 9502 8c67bbeb7efd
parent 9336 6baad5b3033d
permissions -rw-r--r--
(svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehicles
/* $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 */