summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-09 18:46:41 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:13 (GMT)
commita285b5c3c1e9270c90d28781d3d989a714da365e (patch)
treec0572b1f3717111f5ee61a2eaa28241d801d6776 /src/eulogium.h
parent4c8d3b5802f325c1cafd45f1eaa8f1bf30da502b (diff)
downloadeulogium-a285b5c3c1e9270c90d28781d3d989a714da365e.zip
eulogium-a285b5c3c1e9270c90d28781d3d989a714da365e.tar.gz
eulogium-a285b5c3c1e9270c90d28781d3d989a714da365e.tar.bz2
add materials and progressbar to scripted wizzard
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index e3be4b8..958504c 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -8,10 +8,9 @@
enum screen_type {
NONE,
- TEXT,
- BUTTON,
MATERIAL,
PROGRESS,
+ END,
};
struct print_data {