Files @ r7087:34eb33fa7a5c
Branch filter:

Location: cpp/openttd-patchpack/source/src/transparency_gui.h

rubidium
(svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */