12#include <ext/rapidjson/document.h>
21using rapidjson::Document;
22using rapidjson::Value;
39 static void copyFile(
const string& source,
const string& dest);
60 static void write(
const string& pathName,
const string& fileName,
Prototype* prototype);
70 static void write(Document& jDocument, Value& jPrototypeRoot,
Prototype* prototype);
static void write(const string &pathName, const string &fileName, Prototype *prototype)
Writes a prototype to file.
static void writeLODLevelToJSON(Document &jDocument, Value &jLodLevelRoot, PrototypeLODLevel *lodLevel)
Writes LOD level to JSON.
static void copyFile(const string &source, const string &dest)
Copy file.
Prototype LOD level definition.