mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +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 */
|