mirror of
https://github.com/skoelle/dos-tcm-intros.git
synced 2026-09-17 20:30:24 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
unit amn;
|
||||
INTERFACE
|
||||
procedure tcmamn;
|
||||
procedure tcmpal;
|
||||
IMPLEMENTATION
|
||||
procedure tcmamn;external
|
||||
{$L tcmamn.obj};
|
||||
procedure tcmpal;external
|
||||
{$L tcmpal.obj};
|
||||
begin
|
||||
end.
|
||||
Reference in New Issue
Block a user