Added yaml-cpp lib by sirnacnud
This commit is contained in:
12
project/jni/yaml-cpp/src/null.cpp
Normal file
12
project/jni/yaml-cpp/src/null.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "null.h"
|
||||
#include "node.h"
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
_Null Null;
|
||||
|
||||
bool IsNull(const Node& node)
|
||||
{
|
||||
return node.Read(Null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user