mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
9 lines
132 B
C
9 lines
132 B
C
/* $Id$ */
|
|
|
|
#ifndef TRANSPARENCY_GUI_H
|
|
#define TRANSPARENCY_GUI_H
|
|
|
|
void ShowTransparencyToolbar();
|
|
|
|
#endif /* TRANSPARENCY_GUI_H */
|