Upload New File
This commit is contained in:
parent
79ffaa9319
commit
cca3a5932f
1 changed files with 17 additions and 0 deletions
17
ATL_LOGO.PAS
Normal file
17
ATL_LOGO.PAS
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
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.
|
||||||
Loading…
Reference in a new issue