File size: 77 Bytes
76efa37 |
1 2 3 4 5 6 |
#pragma once
#include <string>
void create_xml(const std::string &inPath);
|
76efa37 |
1 2 3 4 5 6 |
#pragma once
#include <string>
void create_xml(const std::string &inPath);
|