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


      1 #ifndef _C4_STD_STD_FWD_HPP_
      2 #define _C4_STD_STD_FWD_HPP_
      3 
      4 /** @file std_fwd.hpp includes all c4-std interop fwd files */
      5 
      6 #include "c4/std/vector_fwd.hpp"
      7 #include "c4/std/string_fwd.hpp"
      8 //#include "c4/std/tuple_fwd.hpp"
      9 
     10 #endif // _C4_STD_STD_FWD_HPP_