summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-09 18:50:15 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:13 (GMT)
commit49f37de8842ffdb9bf51261b5937d8ebcfe3f9f4 (patch)
tree1507e77063764cfdf83505288f2d41b4fbeca4ec /src/eulogium.h
parenta285b5c3c1e9270c90d28781d3d989a714da365e (diff)
downloadeulogium-49f37de8842ffdb9bf51261b5937d8ebcfe3f9f4.zip
eulogium-49f37de8842ffdb9bf51261b5937d8ebcfe3f9f4.tar.gz
eulogium-49f37de8842ffdb9bf51261b5937d8ebcfe3f9f4.tar.bz2
Add preliminary 'function' type
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
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 958504c..66f27d5 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -10,6 +10,7 @@ enum screen_type {
NONE,
MATERIAL,
PROGRESS,
+ FUNC,
END,
};