mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
12 lines
107 B
C++
12 lines
107 B
C++
#include "content.h"
|
|
|
|
namespace YAML
|
|
{
|
|
Content::Content()
|
|
{
|
|
}
|
|
|
|
Content::~Content()
|
|
{
|
|
}
|
|
}
|