src/transparency_gui.h
author frosch
Mon, 16 Jun 2008 20:08:30 +0000
changeset 10984 05660d38d316
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
6924
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     1
/* $Id$ */
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     2
10429
1b99254f9607 (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
rubidium
parents: 6924
diff changeset
     3
/** @file transparency_gui.h GUI functions related to transparency. */
1b99254f9607 (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
rubidium
parents: 6924
diff changeset
     4
6924
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     5
#ifndef TRANSPARENCY_GUI_H
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     6
#define TRANSPARENCY_GUI_H
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     7
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     8
void ShowTransparencyToolbar();
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     9
a1371365397e (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
    10
#endif /* TRANSPARENCY_GUI_H */