From c84487672ee04524b1eb0a7da75f49621dd44016 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Thu, 29 Aug 2013 04:21:00 -0400 Subject: [PATCH] Initial import --- mystic/bbs_records.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mystic/bbs_records.pas 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