#include "/Mailbox.h"

struct ExecBase		*SysBase;
struct DosLibrary		*DOSBase;
struct GfxBase			*GfxBase;
struct IntuitionBase	*IntuitionBase;
struct Library			*GadToolsBase;
struct Library			*DiskfontBase;
struct Library			*ZBBSBase;
struct Screen			*Scr;
struct Window			*Win;
struct IntuiMessage	*imsg;
struct TextFont		*Font;
struct TextAttr		FontAttr = {"topaz.font", 8, NULL, NULL};
struct Process			*ThisProcess;
struct WBStartup		*WBenchMsg;

struct NewGadget		ng;
struct Gadget			*glist;
struct Gadget			*g;

struct Gadget		*systemGadgets[24];
struct IntuiText	systemIText[] = {1, 0, JAM1, 250, 4, NULL, "System Einstellungen", NULL};

struct Config		Config;
struct Status		Status;
struct User			User;

struct IntuiText	WaitIText[] = {1, 0, JAM1, 22, 8, NULL, "please wait", NULL};
struct Window		*WaitWin;

APTR VisualInfo;
LONG class, code, waitmask;
UWORD DriPens[] = { ~0 };
