#pragma once namespace Cygnet { class Context { public: Context(); ~Context(); }; }