(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
/* $Id$ */
#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H
void ShowTransparencyToolbar();
#endif /* TRANSPARENCY_GUI_H */