mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
11 lines
204 B
C
11 lines
204 B
C
/* $Id$ */
|
|
|
|
/** @file transparency_gui.h GUI functions related to transparency. */
|
|
|
|
#ifndef TRANSPARENCY_GUI_H
|
|
#define TRANSPARENCY_GUI_H
|
|
|
|
void ShowTransparencyToolbar();
|
|
|
|
#endif /* TRANSPARENCY_GUI_H */
|