mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
Preliminary setup - basic data structures are there.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#include "scalar.h"
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
Scalar::Scalar()
|
||||
{
|
||||
}
|
||||
|
||||
Scalar::~Scalar()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user