mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Preliminary setup - basic data structures are there.
This commit is contained in:
12
scalar.cpp
Normal file
12
scalar.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "scalar.h"
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
Scalar::Scalar()
|
||||
{
|
||||
}
|
||||
|
||||
Scalar::~Scalar()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user