#include "FDGSerializer.h" #include bool FGDSerializer::BeginFGDFile(const std::string path) { FileSystem::BeginWriteFile(path + ".fgd"); }