Mercurial > hg > openttd
view src/console_gui.h @ 10123:57aa34285d05 draft
(svn r14307) -Fix: when deleting a station, remove news items regarding it
author | smatz <smatz@openttd.org> |
---|---|
date | Sat, 13 Sep 2008 10:19:51 +0000 |
parents | 5287277c4972 |
children | bc7926153e19 |
line wrap: on
line source
/* $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 */