14 lines
112 B
C++
14 lines
112 B
C++
#include "crt.h"
|
|
#include "content.h"
|
|
|
|
namespace YAML
|
|
{
|
|
Content::Content()
|
|
{
|
|
}
|
|
|
|
Content::~Content()
|
|
{
|
|
}
|
|
}
|