mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 01:35:45 -04:00
dep: Add rapidyaml
This commit is contained in:
10
dep/rapidyaml/include/c4/yml/yml.hpp
Normal file
10
dep/rapidyaml/include/c4/yml/yml.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _C4_YML_YML_HPP_
|
||||
#define _C4_YML_YML_HPP_
|
||||
|
||||
#include "c4/yml/tree.hpp"
|
||||
#include "c4/yml/node.hpp"
|
||||
#include "c4/yml/emit.hpp"
|
||||
#include "c4/yml/parse.hpp"
|
||||
#include "c4/yml/preprocess.hpp"
|
||||
|
||||
#endif // _C4_YML_YML_HPP_
|
Reference in New Issue
Block a user