home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d375
/
parm.lha
/
ParM
/
Global.c
< prev
next >
Wrap
C/C++ Source or Header
|
1989-06-06
|
397b
|
24 lines
/*
* 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];