src/transparency_gui.h
author skidd13
Mon, 16 Jun 2008 17:10:55 +0000
changeset 10981 20a58e431c29
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13535) -Codechange: Protect GUIList internals
-Fix: VL_FIST_SORT should be set after list rebuild too
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 */