aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfile.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-02 23:28:39 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-02 23:28:39 +0000
commit9df8909948bb491b1b8c53ff8e1b5ce125304aac (patch)
tree239befaacb77374dfd9c61ed45d592259bb969b0 /lib/sisfile.h
parent6f49fd782b8935b8caf7cea7bcb6e10644851b13 (diff)
downloadplptools-9df8909948bb491b1b8c53ff8e1b5ce125304aac.tar.gz
plptools-9df8909948bb491b1b8c53ff8e1b5ce125304aac.tar.bz2
plptools-9df8909948bb491b1b8c53ff8e1b5ce125304aac.zip
Various proto changes.
Diffstat (limited to 'lib/sisfile.h')
-rw-r--r--lib/sisfile.h13
1 files changed, 13 insertions, 0 deletions
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;