home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.6
/
ffcollection-1-6-1993-02.iso
/
ff_disks
/
061-090
/
ff_089.lha
/
AutoEnquirer
/
atv.h
< prev
next >
Wrap
C/C++ Source or Header
|
1987-07-25
|
378b
|
20 lines
#include "exec/types.h"
#include "intuition/intuition.h"
#include "libraries/dos.h"
#include "functions.h"
#ifdef NULL
#undef NULL
#define NULL ((void *)0)
#endif
typedef unsigned UINT;
struct Screen *OpenScreen(); /* for terrain window */
struct Window *OpenWindow(),*OpenWindow();
struct Screen *Screen; /* for enquirer window */
struct Window *Window,*RWindow;