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.

13 line
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