#include "GlobalContext.h" std::shared_ptr globalContext; void initGlobalContext() { globalContext = std::make_shared(); }