Research portable Memory game | Исследовать портируемую игру Память
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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