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
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
class Node;
|
||||
|
@ -10,11 +8,9 @@ namespace YAML
|
|||
{
|
||||
public:
|
||||
Document();
|
||||
Document(const std::string& fileName);
|
||||
~Document();
|
||||
|
||||
void Clear();
|
||||
void Load(const std::string& fileName);
|
||||
|
||||
private:
|
||||
Node *m_pRoot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue