mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
12 lines
155 B
C++
12 lines
155 B
C++
#ifndef _RYML_HPP_
|
|
#define _RYML_HPP_
|
|
|
|
#include "c4/yml/yml.hpp"
|
|
|
|
namespace ryml {
|
|
using namespace c4::yml;
|
|
using namespace c4;
|
|
}
|
|
|
|
#endif /* _RYML_HPP_ */
|