aboutsummaryrefslogtreecommitdiff
path: root/include/Page.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Page.hpp')
-rw-r--r--include/Page.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/Page.hpp b/include/Page.hpp
new file mode 100644
index 0000000..ce20971
--- /dev/null
+++ b/include/Page.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace QuickMedia {
+ enum class Page {
+ EXIT,
+ SEARCH_SUGGESTION,
+ SEARCH_RESULT,
+ VIDEO_CONTENT
+ };
+} \ No newline at end of file