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 (255B)


      1 #ifndef _C4_STD_STD_HPP_
      2 #define _C4_STD_STD_HPP_
      3 
      4 /** @file std.hpp includes all c4-std interop files */
      5 
      6 #include "c4/std/vector.hpp"
      7 #include "c4/std/string.hpp"
      8 #include "c4/std/string_view.hpp"
      9 #include "c4/std/tuple.hpp"
     10 
     11 #endif // _C4_STD_STD_HPP_