Added yaml-cpp lib by sirnacnud

This commit is contained in:
pelya
2011-03-07 12:40:54 +02:00
parent b43f15d533
commit 451a500507
68 changed files with 7397 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
#pragma once
#ifndef YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#include "parser.h"
#include "node.h"
#include "stlnode.h"
#include "iterator.h"
#include "emitter.h"
#include "stlemitter.h"
#include "exceptions.h"
#endif // YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66