summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DisplayApp/Apps.h')
-rw-r--r--src/DisplayApp/Apps.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/DisplayApp/Apps.h b/src/DisplayApp/Apps.h
new file mode 100644
index 00000000..2ee74299
--- /dev/null
+++ b/src/DisplayApp/Apps.h
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace Pinetime {
+ namespace Applications {
+ enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music};
+ }
+} \ No newline at end of file