1 2 3 4 5 6 7
#include "Template.hpp" std::unique_ptr<Template> TemplateInfo::LoadFromDisk() const { // TODO return nullptr; }