mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
10 lines
124 B
C++
10 lines
124 B
C++
#include <string>
|
|
|
|
namespace YAML
|
|
{
|
|
namespace Test {
|
|
void RunAll();
|
|
|
|
bool Inout(const std::string& file);
|
|
}
|
|
} |