#ifdef MD_INTELLISENSE_DIRECTIVES #pragma once #include "base/memory.h" #endif typedef struct Context Context; struct Context { Allocator allocator; };