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.

10 lines
187B

  1. #include "shell_Context.h"
  2. #ifndef shell_HEADER
  3. #define shell_HEADER
  4. shell_Context shell_launch(shell_Context);
  5. shell_Context shell_processInput(shell_Context);
  6. #endif // shell_HEADER