rpcs3/content.cpp

12 lines
107 B
C++

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