mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 14:45:41 +00:00
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_
|