#include <stdio.h>
struct IntuitionBase	*IntuitionBase=NULL;
struct GfxBase		*GfxBase=NULL;
struct KeymapBase	*KeymapBase=NULL;
struct TimerBase	*TimerBase=NULL;
struct Library		*GadToolsBase=NULL;
struct Library		*UtilityBase=NULL;
struct Library		*AslBase=NULL;
struct Library		*DiskfontBase=NULL;
struct Library		*LayersBase=NULL;

