summaryrefslogtreecommitdiffstats
path: root/smglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'smglobals.h')
-rw-r--r--smglobals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/smglobals.h b/smglobals.h
index e01a500..9bd6fd2 100644
--- a/smglobals.h
+++ b/smglobals.h
@@ -21,6 +21,12 @@ class ArchiveController;
// this was: 4707319808 - 20 * 1024 *1024
#define DVDSIZE 4686348288
+// File type: used all over the place
+#define FT_MOVIE 1
+#define FT_FRONTCOVER 2
+#define FT_BACKCOVER 3
+#define FT_GENERALCOVER 4
+
class SmGlobals : public QObject {
Q_OBJECT
public: