From 4b24638802385816fb5f90c95f175b30ae2398a8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Aug 2019 02:28:33 +0200 Subject: Add youtube video playing, page navigation --- include/Page.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/Page.hpp (limited to 'include/Page.hpp') 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 -- cgit v1.2.3