Files
Nuake-custom/Nuake/FDGSerializer.h
2021-06-19 14:04:59 -04:00

10 lines
166 B
C++

#pragma once
#include <string>
class FGDSerializer
{
static bool BeginFGDFile(const std::string path);
static bool RegisterEntity();
static bool EndFGDFile();
};