#pragma once namespace QuickMedia { enum class Page { EXIT, SEARCH_SUGGESTION, SEARCH_RESULT, VIDEO_CONTENT }; }