/*
**	GST.c
**
**	Copyright (C) 1994,95,96,97 by Bernardo Innocenti
**
**	This is a dummy source file used to make the Global Symbol Table
**	for XModule.
*/

#define ASL_V38_NAMES_ONLY
#define INTUI_V36_NAMES_ONLY
#define IFFPARSE_V37_NAMES_ONLY
#define USE_BUILTIN_MATH
#define __USE_SYSBASE

#include <exec/lists.h>
#include <exec/memory.h>
#include <exec/nodes.h>
#include <devices/audio.h>
#include <dos/dos.h>
#include <dos/dostags.h>
#include <intuition/intuition.h>
#include <intuition/classes.h>
#include <intuition/classusr.h>
#include <intuition/icclass.h>
#include <intuition/gadgetclass.h>
#include <intuition/imageclass.h>
#include <libraries/asl.h>
#include <libraries/commodities.h>
#include <libraries/gadtools.h>
#include <libraries/reqtools.h>
#include <libraries/iffparse.h>
#include <datatypes/soundclass.h>
#include <graphics/rpattr.h>
#include <graphics/gfxmacros.h>
#include <graphics/gfxbase.h>
#include <utility/tagitem.h>
#include <rexx/storage.h>
#include <rexx/errors.h>
#include <workbench/workbench.h>
#include <workbench/startup.h>

#include <proto/asl.h>
#include <proto/commodities.h>
#include <proto/datatypes.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/gadtools.h>
#include <proto/graphics.h>
#include <proto/keymap.h>
#include <proto/icon.h>
#include <proto/iffparse.h>
#include <proto/intuition.h>
#include <proto/powerpacker.h>
#include <proto/reqtools.h>
#include <proto/utility.h>
#include <proto/wb.h>
#include <proto/xmodule.h>

#ifndef LIBRARIES_PATTEDITCLASS_H
#include <libraries/patteditclass.h>
#endif /* !LIBRARIES_PATTEDITCLASS_H */

#ifndef LIBRARIES_XMODULECLASS_H
#include <libraries/xmoduleclass.h>
#endif /* !LIBRARIES_XMODULECLASS_H */

#ifndef LIBRARIES_SONGCLASS_H
#include <libraries/songclass.h>
#endif /* !LIBRARIES_SONGCLASS_H */

#ifndef LIBRARIES_XMODULE_H
#include <libraries/xmodule.h>
#endif /* !LIBRARIES_XMODULE_H */

/* Can't include this one here because of the inline functions defined in
 *
 * #include "XModulePriv.h"
 */

#include "Gui.h"
