mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 17:25:45 -04:00
dep: Add rapidyaml
This commit is contained in:
11
dep/rapidyaml/include/ryml.hpp
Normal file
11
dep/rapidyaml/include/ryml.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef _RYML_HPP_
|
||||
#define _RYML_HPP_
|
||||
|
||||
#include "c4/yml/yml.hpp"
|
||||
|
||||
namespace ryml {
|
||||
using namespace c4::yml;
|
||||
using namespace c4;
|
||||
}
|
||||
|
||||
#endif /* _RYML_HPP_ */
|
Reference in New Issue
Block a user