mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
5c59288b39
Also c4core v0.2.0, fast-float v6.1.1.
11 lines
255 B
C++
11 lines
255 B
C++
#ifndef _C4_STD_STD_FWD_HPP_
|
|
#define _C4_STD_STD_FWD_HPP_
|
|
|
|
/** @file std_fwd.hpp includes all c4-std interop fwd files */
|
|
|
|
#include "c4/std/vector_fwd.hpp"
|
|
#include "c4/std/string_fwd.hpp"
|
|
//#include "c4/std/tuple_fwd.hpp"
|
|
|
|
#endif // _C4_STD_STD_FWD_HPP_
|