home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff498.lzh
/
WordSearch
/
src
/
interface.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-06-06
|
849b
|
32 lines
#include <proto/intuition.h>
#include <proto/graphics.h>
#define MAXROWS 50 /* just for window sizing */
#define MAXCOLS 100
#define FONTHEIGHT 8
#define FONTWIDTH 8
extern unsigned char fontheight;
extern unsigned char fontwidth;
extern struct ReqLib *ReqBase;
extern struct IntuitionBase *IntuitionBase;
extern struct GfxBase *GfxBase;
extern struct Window *WLWin,*DPWin;
extern struct RastPort *WLRP,*DPRP;
extern struct IntuiMessage *IMsg,Msg;
extern struct Gadget Words[];
extern struct StringInfo WordInfo[];
extern struct Gadget *LastWord;
extern struct PropInfo xp, yp, zp;
extern struct Image ximg, yimg, zimg;
extern struct Gadget x, y, z;
extern struct NewWindow NewWinWL, NewWinDP;
extern struct IntuiText IText[], IT[];
extern struct MenuItem M0I4[],M0I5[],M1I1[],M1I2[],M2I2[],M0[],M1[],M2[],M3[];
extern struct Menu TheMenu[];