summaryrefslogtreecommitdiff
path: root/includes/isobuilder.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-10-21 09:56:09 -0700
committerPixel <pixel@nobis-crew.org>2009-10-21 09:56:09 -0700
commitceebadeefd68d37a680f1fa173d4a1f564538acc (patch)
tree110c484f97dfa5762e4ab0a69600924783c94b89 /includes/isobuilder.h
parent91e1b2a0b50088e3a5d556eabfd7c25b689edd07 (diff)
parentcfaf203f68cad99465ae3f93a007508ddf9c44dd (diff)
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/PSX-Bundle
Diffstat (limited to 'includes/isobuilder.h')
-rw-r--r--includes/isobuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/isobuilder.h b/includes/isobuilder.h
index 16a3a4d..88ab91a 100644
--- a/includes/isobuilder.h
+++ b/includes/isobuilder.h
@@ -63,12 +63,14 @@ class isobuilder : public Base {
DirTree * Child();
DirTree * Brother();
DirTree * Find(const String &);
+ void setdvdmode();
private:
int buildpath_r(int * n, Byte * data, int size, int current_level, int level_to_dump, bool bigendian) throw (GeneralException);
int maxlevel(int current_level = 1);
DirTree * father, * child, * brother;
bool dir;
int node;
+ bool dvdmode;
};
isobuilder(Handle * w, int mode = MODE2_FORM1);
~isobuilder();