]> git.decadent.org.uk Git - ion3.git/blob - ioncore/classes.h
3836bc77930cef9d39b67b534a86c6756985d398
[ion3.git] / ioncore / classes.h
1 /*
2  * ion/ioncore/classes.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_CLASSES_H
13 #define ION_IONCORE_CLASSES_H
14
15 /* Forward declarations of some classes to avoid problems
16  * with the header system.
17  */
18
19 #include <libtu/obj.h>
20
21 INTRCLASS(WClientWin);
22 INTRCLASS(WFrame);
23 INTRCLASS(WInfoWin);
24 INTRCLASS(WMPlex);
25 INTRCLASS(WRegion);
26 INTRCLASS(WMoveresMode);
27 INTRCLASS(WRootWin);
28 INTRCLASS(WScreen);
29 INTRCLASS(WWindow);
30 INTRCLASS(WGroup);
31 INTRCLASS(WGroupCW);
32 INTRCLASS(WGroupWS);
33
34 INTRCLASS(WPHolder);
35 INTRCLASS(WMPlexPHolder);
36 INTRCLASS(WFramedPHolder);
37
38 INTRSTRUCT(WStacking);
39 INTRSTRUCT(WLListNode);
40 INTRSTRUCT(WStackingIterTmp);
41
42 INTRSTRUCT(WSubmapState);
43
44 INTRSTRUCT(WRegionAttachData);
45
46 INTRSTRUCT(WRQGeomParams);
47
48 #endif /* ION_IONCORE_CLASSES_H */