home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
174.lha
/
BezSurf
/
menuexp.h
< prev
next >
Wrap
C/C++ Source or Header
|
1988-04-28
|
356b
|
17 lines
#ifndef MENUEXP_H_FILE
#define MENUEXP_H_FILE
#ifndef INTUITION_INTUITION_H
#include <intuition/intuition.h>
#endif INTUITION_INTUITION_H
extern USHORT *AbortDrawPtr;
extern USHORT *DebugOnPtr;
#define AbortDraw (*AbortDrawPtr & CHECKED)
#define ClrAbort() { *AbortDrawPtr &= ~CHECKED; }
#define DebugOn (*DebugOnPtr & CHECKED)
#endif MENUEXP_H_FILE