ConceptCore/coredll/header/wrapRSLang.h
2024-04-15 22:16:14 +03:00

9 lines
197 B
C++

#pragma once
namespace core {
std::string ToASCII(const std::string& input);
std::string ToMath(const std::string& input);
std::string GetASTString(const std::string& input);
} // namespace core