]> git.decadent.org.uk Git - ion3.git/blob - ioncore/classes.h
Imported Upstream version 20090110
[ion3.git] / ioncore / classes.h
1 /*
2  * ion/ioncore/classes.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_CLASSES_H
10 #define ION_IONCORE_CLASSES_H
11
12 /* Forward declarations of some classes to avoid problems
13  * with the header system.
14  */
15
16 #include <libtu/obj.h>
17
18 INTRCLASS(WClientWin);
19 INTRCLASS(WFrame);
20 INTRCLASS(WInfoWin);
21 INTRCLASS(WMPlex);
22 INTRCLASS(WRegion);
23 INTRCLASS(WMoveresMode);
24 INTRCLASS(WRootWin);
25 INTRCLASS(WScreen);
26 INTRCLASS(WWindow);
27 INTRCLASS(WGroup);
28 INTRCLASS(WGroupCW);
29 INTRCLASS(WGroupWS);
30
31 INTRCLASS(WPHolder);
32 INTRCLASS(WMPlexPHolder);
33 INTRCLASS(WFramedPHolder);
34 INTRCLASS(WGroupPHolder);
35 INTRCLASS(WGroupedPHolder);
36
37 INTRSTRUCT(WStacking);
38 INTRSTRUCT(WLListNode);
39 INTRSTRUCT(WStackingIterTmp);
40
41 INTRSTRUCT(WSubmapState);
42
43 INTRSTRUCT(WRegionAttachData);
44
45 INTRSTRUCT(WRQGeomParams);
46
47 #endif /* ION_IONCORE_CLASSES_H */