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.
9 lines
187 B
C++
9 lines
187 B
C++
#ifndef _C4_YML_STD_STD_HPP_
|
|
#define _C4_YML_STD_STD_HPP_
|
|
|
|
#include "c4/yml/std/string.hpp"
|
|
#include "c4/yml/std/vector.hpp"
|
|
#include "c4/yml/std/map.hpp"
|
|
|
|
#endif // _C4_YML_STD_STD_HPP_
|