Upload New File

This commit is contained in:
Frater 2021-10-22 20:03:58 +00:00
commit 79ffaa9319

11
ATL_BACK.PAS Normal file
View file

@ -0,0 +1,11 @@
unit ATL_Back;
interface
procedure Back_pic;
implementation
{$L BACK.OBJ}
procedure Back_pic; external;
end.