home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
OBJOVR.ZIP
/
INITOVER.PAS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-10-17
|
116 b
|
13 lines
unit InitOver;
interface
uses
Overlay;
implementation
begin
OvrInit ( 'UseOBJ.OVR' );
end.