rpcs3/content.h

13 lines
125 B
C++

#pragma once
namespace YAML
{
class Content
{
public:
Content();
virtual ~Content();
protected:
};
}