yaml-cpp/content.cpp

13 lines
107 B
C++
Raw Normal View History

#include "content.h"
namespace YAML
{
Content::Content()
{
}
Content::~Content()
{
}
}