Initial commit.
[amiga/xmodule.git] / Gst.c
1 /*
2 **      GST.c
3 **
4 **      Copyright (C) 1994,95,96,97 by Bernardo Innocenti
5 **
6 **      This is a dummy source file used to make the Global Symbol Table
7 **      for XModule.
8 */
9
10 #define ASL_V38_NAMES_ONLY
11 #define INTUI_V36_NAMES_ONLY
12 #define IFFPARSE_V37_NAMES_ONLY
13 #define USE_BUILTIN_MATH
14 #define __USE_SYSBASE
15
16 #include <exec/lists.h>
17 #include <exec/memory.h>
18 #include <exec/nodes.h>
19 #include <devices/audio.h>
20 #include <dos/dos.h>
21 #include <dos/dostags.h>
22 #include <intuition/intuition.h>
23 #include <intuition/classes.h>
24 #include <intuition/classusr.h>
25 #include <intuition/icclass.h>
26 #include <intuition/gadgetclass.h>
27 #include <intuition/imageclass.h>
28 #include <libraries/asl.h>
29 #include <libraries/commodities.h>
30 #include <libraries/gadtools.h>
31 #include <libraries/reqtools.h>
32 #include <libraries/iffparse.h>
33 #include <datatypes/soundclass.h>
34 #include <graphics/rpattr.h>
35 #include <graphics/gfxmacros.h>
36 #include <graphics/gfxbase.h>
37 #include <utility/tagitem.h>
38 #include <rexx/storage.h>
39 #include <rexx/errors.h>
40 #include <workbench/workbench.h>
41 #include <workbench/startup.h>
42
43 #include <proto/asl.h>
44 #include <proto/commodities.h>
45 #include <proto/datatypes.h>
46 #include <proto/dos.h>
47 #include <proto/exec.h>
48 #include <proto/gadtools.h>
49 #include <proto/graphics.h>
50 #include <proto/keymap.h>
51 #include <proto/icon.h>
52 #include <proto/iffparse.h>
53 #include <proto/intuition.h>
54 #include <proto/powerpacker.h>
55 #include <proto/reqtools.h>
56 #include <proto/utility.h>
57 #include <proto/wb.h>
58 #include <proto/xmodule.h>
59
60 #ifndef LIBRARIES_PATTEDITCLASS_H
61 #include <libraries/patteditclass.h>
62 #endif /* !LIBRARIES_PATTEDITCLASS_H */
63
64 #ifndef LIBRARIES_XMODULECLASS_H
65 #include <libraries/xmoduleclass.h>
66 #endif /* !LIBRARIES_XMODULECLASS_H */
67
68 #ifndef LIBRARIES_SONGCLASS_H
69 #include <libraries/songclass.h>
70 #endif /* !LIBRARIES_SONGCLASS_H */
71
72 #ifndef LIBRARIES_XMODULE_H
73 #include <libraries/xmodule.h>
74 #endif /* !LIBRARIES_XMODULE_H */
75
76 /* Can't include this one here because of the inline functions defined in
77  *
78  * #include "XModulePriv.h"
79  */
80
81 #include "Gui.h"