Research portable Memory game | Исследовать портируемую игру Память
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- #include "memory_Context.h"
- #include <iostream>
- #include <string>
- #include <vector>
-
- extern memory_Context memory_createContext();
-
- int main() {
- memory_createContext();
- std::cout <<
- "check" //memory_test_generateConstPlayfield()
- << std::endl
- ;
- }
|