Initial commit
[amiga/OpenBoopsi.git] / common / gst.c
1 /*
2 **      $Id:$
3 **
4 **      Copyright (C) 1997,99 by Bernardo Innocenti
5 **
6 **      This is a dummy source file used to make the Global Symbol Table
7 **      for the boopsi classes.
8 */
9
10 #include <exec/types.h>
11 #include <exec/memory.h>
12 #include <exec/execbase.h>
13 #include <dos/dos.h>
14 #include <graphics/gfxbase.h>
15 #include <intuition/intuition.h>
16 #include <intuition/intuitionbase.h>
17 #include <intuition/screens.h>
18 #include <intuition/classes.h>
19 #include <intuition/classusr.h>
20 #include <intuition/gadgetclass.h>
21 #include <intuition/imageclass.h>
22 #include <intuition/icclass.h>
23 #include <graphics/gfxbase.h>
24 #include <graphics/gfxmacros.h>
25 #include <utility/tagitem.h>
26
27 #include <proto/dos.h>
28 #include <proto/exec.h>
29 #include <proto/graphics.h>
30 #include <proto/intuition.h>
31 #include <proto/layers.h>
32 #include <proto/utility.h>
33 #include <clib/alib_stdio_protos.h>
34
35 #include "CompilerSpecific.h"
36 #include "DebugMacros.h"
37
38 /* Can't include these in GST because they define some inline stuff
39  *
40  * #include "BoopsiStubs.h"
41  * #include "ListMacros.h"
42  */
43
44 /* Can't include these because otherwise the GST would need to be
45  * remade each time you edit one of the headers.
46  *
47  * #define LV_GADTOOLS_STUFF
48  * #include "ScrollButtonClass.h"
49  * #include "ListViewClass.h"
50  * #include "VectorGlyphIClass.h"
51  * #include "ListBoxClass.h"
52  */