#include #include struct MemoryContext { int playfieldSize = 0; std::map playfieldItems; }; MemoryContext memory_createEmptyContext();