src/transparency_gui.h
author rubidium
Thu, 12 Jun 2008 19:06:30 +0000
changeset 10941 4b627487aac9
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13495) -Fix: scrolling the main map with the keys speed was influenced by movement of the mouse.
/* $Id$ */

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

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */