summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-27 14:33:17 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:16 (GMT)
commit3d6f34f966c227f109b12fcea2004f2f6b2de59a (patch)
tree796e2bac5b078c90fc764a1d9173fa778c007607 /src/eulogium.h
parentdd18850a926300bbb23fe6c3ac65c7b13c333e9c (diff)
downloadeulogium-3d6f34f966c227f109b12fcea2004f2f6b2de59a.zip
eulogium-3d6f34f966c227f109b12fcea2004f2f6b2de59a.tar.gz
eulogium-3d6f34f966c227f109b12fcea2004f2f6b2de59a.tar.bz2
store print flags in print struct
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 214cd35..8cbe69a 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -28,6 +28,7 @@ struct print_data {
uint_fast32_t time;
char *file;
char *name;
+ char *flags;
enum file_type type;
float material;
};