From 9df8909948bb491b1b8c53ff8e1b5ce125304aac Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Sat, 2 Mar 2002 23:28:39 +0000 Subject: Various proto changes. --- lib/sisfile.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/sisfile.h') diff --git a/lib/sisfile.h b/lib/sisfile.h index 5f0bcd5..aa5683d 100644 --- a/lib/sisfile.h +++ b/lib/sisfile.h @@ -36,6 +36,19 @@ public: */ uchar* getName(); + /** + * Set the installed drive. + */ + void setDrive(char drive); + + /** + * Set the number of installed files. + */ + void setFiles(int nFiles); + + /** + * Set the selected installation language. + */ void setLanguage(int lang); SISFileHeader m_header; -- cgit v1.2.3