2 * ion/ioncore/classes.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_CLASSES_H
10 #define ION_IONCORE_CLASSES_H
12 /* Forward declarations of some classes to avoid problems
13 * with the header system.
16 #include <libtu/obj.h>
18 INTRCLASS(WClientWin
);
23 INTRCLASS(WMoveresMode
);
32 INTRCLASS(WMPlexPHolder
);
33 INTRCLASS(WFramedPHolder
);
34 INTRCLASS(WGroupPHolder
);
35 INTRCLASS(WGroupedPHolder
);
37 INTRSTRUCT(WStacking
);
38 INTRSTRUCT(WLListNode
);
39 INTRSTRUCT(WStackingIterTmp
);
41 INTRSTRUCT(WSubmapState
);
43 INTRSTRUCT(WRegionAttachData
);
45 INTRSTRUCT(WRQGeomParams
);
47 #endif /* ION_IONCORE_CLASSES_H */