home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d201
/
draco.lha
/
Draco
/
drinc
/
exec
/
resident.g
< prev
next >
Wrap
Text File
|
1989-04-03
|
523b
|
31 lines
type
Resident_t=struct{
uintrt_MatchWord;
*Resident_trt_MatchTag;
*bytert_EndSkip;
ushortrt_Flags;
ushortrt_Version;
ushortrt_Type;
shortrt_Pri;
*charrt_Name;
*charrt_IdString;
*bytert_Init;
};
uint
RTC_MATCHWORD=0x4AFC;
ushort
RTF_AUTOINIT=1<<7,
RTF_COLDSTART=1<<0,
RTM_WHEN=3,
RTM_NEVER =0,
RTM_COLDSTART=1;
extern
FindResident(*charname)*Resident_t,
InitCode(ulongstartClass,version)void,
InitResident(*Resident_tres;*SegList_tseglist)void,
SumKickData()void;