duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

string.hpp (237B)


      1 #ifndef C4_YML_STD_STRING_HPP_
      2 #define C4_YML_STD_STRING_HPP_
      3 
      4 /** @file string.hpp substring conversions for/from std::string */
      5 
      6 // everything we need is implemented here:
      7 #include <c4/std/string.hpp>
      8 
      9 #endif // C4_YML_STD_STRING_HPP_