Research portable Memory game | Исследовать портируемую игру Память
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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