mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-01-31 01:25:20 +01:00
13 lines
92 B
C++
13 lines
92 B
C++
#include "node.h"
|
|
|
|
namespace YAML
|
|
{
|
|
Node::Node()
|
|
{
|
|
}
|
|
|
|
Node::~Node()
|
|
{
|
|
}
|
|
}
|