Research portable Memory game | Исследовать портируемую игру Память
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

10 linhas
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