rpcs3/scalar.cpp

12 lines
102 B
C++

#include "scalar.h"
namespace YAML
{
Scalar::Scalar()
{
}
Scalar::~Scalar()
{
}
}