mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
5c59288b39
Also c4core v0.2.0, fast-float v6.1.1.
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_ */
|