From cca3a5932fc9c7814f99389a8604d3c31b2def36 Mon Sep 17 00:00:00 2001 From: Frater Date: Fri, 22 Oct 2021 20:04:15 +0000 Subject: [PATCH] Upload New File --- ATL_LOGO.PAS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ATL_LOGO.PAS diff --git a/ATL_LOGO.PAS b/ATL_LOGO.PAS new file mode 100644 index 0000000..94b48fb --- /dev/null +++ b/ATL_LOGO.PAS @@ -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. \ No newline at end of file