Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #include <string>
-
- #ifndef cli_test_HEADER
- #define cli_test_HEADER
-
- std::string cli_test_greetUser();
- std::string cli_test_showHelp_h();
- std::string cli_test_showHelp_help();
-
- #endif // cli_test_HEADER
|