diff --git a/mystic/bbs_edit_ansi.pas b/mystic/bbs_edit_ansi.pas new file mode 100644 index 0000000..84fc465 --- /dev/null +++ b/mystic/bbs_edit_ansi.pas @@ -0,0 +1,10 @@ +Unit bbs_Edit_Ansi; + +{$I M_OPS.PAS} + +// online ansi editor WIP + +Interface +Implementation + +End. \ No newline at end of file