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,16 @@
#pragma once
#ifndef LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
namespace YAML
{
class Node;
struct ltnode {
bool operator()(const Node *pNode1, const Node *pNode2) const;
};
}
#endif // LTNODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66