home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d665
/
arq.lha
/
Arq
/
Arq.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-05-20
|
495b
|
30 lines
#ifndef ARQ_ARQ_H
#define ARQ_ARQ_H
#define ARQ_MAGIC 0x6D6A6C21
#define ARQ_ID_INFO 0
#define ARQ_ID_DISK 1
#define ARQ_ID_DELETE 2
#define ARQ_ID_GURU 3
#define ARQ_ID_RWERROR 4
#define ARQ_ID_WPROTECT 5
#define ARQ_ID_PRINTER 6
#define ARQ_ID_QUESTION 7
#define ARQ_ID_EXCLAM 8
#define ARQ_ID_IMAGE -1
#define ARQ_ID_ANIM -2
struct ExtEasyStruct
{
struct Image *Image;
char *Sound;
WORD AnimID;
UWORD Flags;
ULONG Magic;
ULONG Reserved[3];
struct EasyStruct Easy;
};
#endif