
#include "moned_rev.h"

/*
 * --- Library base pointers
 */
struct GfxBase			*GfxBase		= NULL;
struct DosBase			*DosBase		= NULL;
struct IntuitionBase	*IntuitionBase	= NULL;
struct ExecBase			*ExecBase		= NULL;
struct Library			*AslBase		= NULL;
struct Library			*DiskFontBase	= NULL;
struct Library			*GadToolsBase	= NULL;
struct Library			*IconBase		= NULL;

