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

std.hpp (187B)


      1 #ifndef _C4_YML_STD_STD_HPP_
      2 #define _C4_YML_STD_STD_HPP_
      3 
      4 #include "c4/yml/std/string.hpp"
      5 #include "c4/yml/std/vector.hpp"
      6 #include "c4/yml/std/map.hpp"
      7 
      8 #endif // _C4_YML_STD_STD_HPP_