载入中...
搜索中...
未找到
DnutParser.h
浏览该文件的文档.
1#pragma once
2
3#include "dialogue/Dialogue.h"
4
5#include <string>
6
7namespace eve::dialogue {
8
16bool parseDnut(const std::string &source, const std::string &path, DataValue &outRoot,
17 std::string &error);
18
19} // namespace eve::dialogue
std::string error
bool parseDnut(const std::string &source, const std::string &path, DataValue &outRoot, std::string &error)