Upload New File
This commit is contained in:
parent
889f3e5da6
commit
79ffaa9319
1 changed files with 11 additions and 0 deletions
11
ATL_BACK.PAS
Normal file
11
ATL_BACK.PAS
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
unit ATL_Back;
|
||||
interface
|
||||
|
||||
procedure Back_pic;
|
||||
|
||||
implementation
|
||||
|
||||
{$L BACK.OBJ}
|
||||
procedure Back_pic; external;
|
||||
|
||||
end.
|
||||
Loading…
Reference in a new issue