mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Added directives and tags.
This commit is contained in:
parent
2b8628922f
commit
07d4cac48f
6 changed files with 120 additions and 159 deletions
1
exp.h
1
exp.h
|
@ -57,6 +57,7 @@ namespace YAML
|
|||
|
||||
namespace Keys
|
||||
{
|
||||
const char Directive = '%';
|
||||
const char FlowSeqStart = '[';
|
||||
const char FlowSeqEnd = ']';
|
||||
const char FlowMapStart = '{';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue