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

yml.hpp (221B)


      1 #ifndef _C4_YML_YML_HPP_
      2 #define _C4_YML_YML_HPP_
      3 
      4 #include "c4/yml/tree.hpp"
      5 #include "c4/yml/node.hpp"
      6 #include "c4/yml/emit.hpp"
      7 #include "c4/yml/parse.hpp"
      8 #include "c4/yml/preprocess.hpp"
      9 
     10 #endif // _C4_YML_YML_HPP_