home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
arq
/
arq.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-27
|
496b
|
31 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