Files
yaml-cpp/scalar.cpp

13 lines
102 B
C++

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