diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-01 08:50:40 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-01 08:50:40 +0000 |
commit | 6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c (patch) | |
tree | 9e304cb4abbbedc0dcb323d8fd95bf1b192b691b /iDSK/src/ViewFile.h | |
download | pc-cpc-basic-6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c.tar.gz pc-cpc-basic-6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c.zip |
Initial import
Diffstat (limited to 'iDSK/src/ViewFile.h')
-rw-r--r-- | iDSK/src/ViewFile.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |