diff --git a/mystic/bbs_records.pas b/mystic/bbs_records.pas new file mode 100644 index 0000000..61ac4f0 --- /dev/null +++ b/mystic/bbs_records.pas @@ -0,0 +1,11 @@ +Unit BBS_Records; + +{$I M_OPS.PAS} + +Interface + +{$I RECORDS.PAS} + +Implementation + +End. \ No newline at end of file