mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
6 lines
77 B
C++
6 lines
77 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void create_xml(const std::string &inPath);
|