src/transparency_gui.h
author rubidium
Sun, 06 Jul 2008 11:08:40 +0000
changeset 11120 373bc4028ce2
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load.
/* $Id$ */

/** @file transparency_gui.h GUI functions related to transparency. */

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */