⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 options.meta

📁 一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用
💻 META
字号:
Options::Options ()   : strType ("Rovhult")   , browser ("galeon")   , helpPath (DOCUDIR)   , decks (CARDDECKS_DIR "cards-default/")   , back (CARDDECKS_DIR "decks/deck1.png"){   addAttribute (*new YGP::Attribute<std::string> ("Type", strType));   addAttribute (*new YGP::Attribute<std::string> ("Helpbrowser", browser));   addAttribute (*new YGP::Attribute<std::string> ("Helpdir", helpPath));   addAttribute (*new YGP::Attribute<std::string> ("CardFront", decks));   addAttribute (*new YGP::Attribute<std::string> ("CardBack", back));}Options::~Options () {}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -