home *** CD-ROM | disk | FTP | other *** search
- /*
- * Global.c - Copyright © 1990 by S.R. & P.C.
- *
- * Created: 16 Jun 1990
- * Modified: 07 Jul 1990
- *
- * Make>> make
- */
-
- struct IntuitionBase *IntuitionBase;
- struct GfxBase *GfxBase;
- struct ArpBase *ArpBase;
-
- struct Process *MyProcess;
- struct MsgPort *WBReplyPort;
- short WBCnt = 0; /* number of workbench processes */
-
- struct Window *Win;
- UBYTE menu_pen;
-
- char CurCfg[80];
-
- char CmdWindow[80];
-