src/transparency_gui.h
author rubidium
Thu, 21 Jun 2007 17:25:17 +0000
changeset 7002 1bf6a62b0fcb
parent 6428 cfa5f3428d97
child 9111 48ce04029fe4
permissions -rw-r--r--
(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 */