From 2fbdf974338bde8576efdae40a819a76b2391033 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 5 Nov 2023 11:22:55 +0000 Subject: Initial import of the open source release --- tools/iDSK/src/ViewFile.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/iDSK/src/ViewFile.h (limited to 'tools/iDSK/src/ViewFile.h') diff --git a/tools/iDSK/src/ViewFile.h b/tools/iDSK/src/ViewFile.h new file mode 100644 index 0000000..1f5ed1f --- /dev/null +++ b/tools/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