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.

13 wiersze
402B

  1. #include "memory_Context.h"
  2. #ifndef memory_HEADER
  3. #define memory_HEADER
  4. memory_Context memory_generateConstPlayfield(memory_Context);
  5. memory_Context memory_selectItem(memory_Context);
  6. memory_Context memory_shouldDeselectMismatchedItems(memory_Context);
  7. memory_Context memory_shouldDetectVictory(memory_Context);
  8. memory_Context memory_shouldHideMatchingItems(memory_Context);
  9. #endif // memory_HEADER