mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-21 03:05:22 -04:00
6 lines
59 B
C++
6 lines
59 B
C++
#include "yaml-cpp/null.h"
|
|
|
|
namespace YAML {
|
|
_Null Null;
|
|
}
|