mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Started the parser.
This commit is contained in:
parent
ed6c294749
commit
b6a0ef207b
12 changed files with 143 additions and 276 deletions
2
node.h
2
node.h
|
@ -10,7 +10,6 @@ namespace YAML
|
|||
const std::string MapTag = "!!map";
|
||||
|
||||
class Content;
|
||||
class Parser;
|
||||
|
||||
class Node
|
||||
{
|
||||
|
@ -19,7 +18,6 @@ namespace YAML
|
|||
~Node();
|
||||
|
||||
void Clear();
|
||||
void Read(Parser *pParser, const std::string& token);
|
||||
|
||||
private:
|
||||
std::string m_tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue