src/transparency_gui.h
author Tero Marttila <terom@fixme.fi>
Tue, 22 Jul 2008 21:51:14 +0300
changeset 11180 982e9f814f97
parent 10429 1b99254f9607
permissions -rw-r--r--
scan for tarfiles in CACHE_DIR, remember what Subdirectory a tar was found in, set the GCF_FLAG on GRFs loaded from there, and hide those in the NewGRF GUI
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 */