Files @ r7940:bb8a390f6b5f
Branch filter:

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

rubidium
(svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried to render some part of the window before the savegame conversion was done.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */