From 6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 1 Feb 2025 08:50:40 +0000 Subject: Initial import --- iDSK/src/ViewFile.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 iDSK/src/ViewFile.h (limited to 'iDSK/src/ViewFile.h') diff --git a/iDSK/src/ViewFile.h b/iDSK/src/ViewFile.h new file mode 100644 index 0000000..1f5ed1f --- /dev/null +++ b/iDSK/src/ViewFile.h @@ -0,0 +1,10 @@ +#ifndef __VIEWFILE_H__ +#define __VIEWFILE_H__ + +string ViewDams(); +string ViewLine(); +string ViewDesass(); +string ViewAscii(); +string ViewBasic(bool AddCrLf); + +#endif -- cgit v1.2.3