#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