17 lines
No EOL
237 B
ObjectPascal
17 lines
No EOL
237 B
ObjectPascal
unit ATL_Logo;
|
|
interface
|
|
|
|
procedure Logo_pic;
|
|
procedure Pal_Img;
|
|
procedure Nfo_txt;
|
|
|
|
implementation
|
|
|
|
{$L LOGO.OBJ}
|
|
{$L PAL.OBJ}
|
|
{$L ATLNFO.OBJ}
|
|
procedure Logo_pic; external;
|
|
procedure Pal_Img; External;
|
|
procedure Nfo_Txt; External;
|
|
|
|
end. |