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