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.

11 lines
202B

  1. #include <string>
  2. #ifndef cli_test_HEADER
  3. #define cli_test_HEADER
  4. std::string cli_test_greetUser();
  5. std::string cli_test_showHelp_h();
  6. std::string cli_test_showHelp_help();
  7. #endif // cli_test_HEADER