Files @ r8447:616b2ed1295d
Branch filter:

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

rubidium
(svn r12017) -Fix: when you have more than 9 network interfaces you'll enter the wonderfull world of overflows.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */