#include "project.hpp" std::shared_ptr Project::current; std::shared_ptr Project::create() { return nullptr; }