]> git.decadent.org.uk Git - ion3.git/blob - ioncore/tags.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / tags.h
1 /*
2  * ion/ioncore/tags.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_TAGS_H
10 #define ION_IONCORE_TAGS_H
11
12 #include <libtu/setparam.h>
13 #include "region.h"
14
15 extern bool region_set_tagged(WRegion *reg, int sp);
16 extern bool region_is_tagged(WRegion *reg);
17
18 extern void ioncore_tagged_clear();
19 extern WRegion *ioncore_tagged_first(bool untag);
20 extern bool ioncore_tagged_i(ExtlFn iterfn);
21
22 #endif /* ION_IONCORE_TAGS_H */