mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
7 lines
118 B
C++
7 lines
118 B
C++
#include <string>
|
|
|
|
namespace Test {
|
|
void RunAll(bool verbose);
|
|
bool Inout(const std::string& file, bool verbose);
|
|
}
|