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.
10 lines
237 B
C++
10 lines
237 B
C++
#ifndef C4_YML_STD_STRING_HPP_
|
|
#define C4_YML_STD_STRING_HPP_
|
|
|
|
/** @file string.hpp substring conversions for/from std::string */
|
|
|
|
// everything we need is implemented here:
|
|
#include <c4/std/string.hpp>
|
|
|
|
#endif // C4_YML_STD_STRING_HPP_
|