Files @ r7278:dda8ac23d36c
Branch filter:

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

belugas
(svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment)
-Codechange: give enum values to widgets
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */