common.hh (267B)
1 #ifndef __GUCK__COMMON__GUARD__ 2 #define __GUCK__COMMON__GUARD__ 3 4 #include <string> 5 6 7 const std::string BROWSER_NAME = "guck"; 8 const std::string BROWSER_VERSION = "v0.1"; 9 10 const std::string DEFAULT_HOMEPAGE = "https://youtube.com"; 11 12 #endif//__GUCK__COMMON__GUARD__