src/transparency_gui.h
author glx
Sun, 18 May 2008 16:50:49 +0000
branchnoai
changeset 10620 3dfc77d25d66
parent 10455 22c441f5adf9
permissions -rw-r--r--
(svn r13164) [NoAI] -Fix: compilation was not possible with MSVC90 (missing include dir)
/* $Id$ */

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

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */