CommonLibSSE NG
Loading...
Searching...
No Matches
Translation.h
Go to the documentation of this file.
1#pragma once
2
3namespace SKSE
4{
5 namespace Translation
6 {
7 void ParseTranslation(const std::string& a_name);
8
9 bool Translate(const std::string& a_key, std::string& a_result);
10 }
11}
bool Translate(const std::string &a_key, std::string &a_result)
void ParseTranslation(const std::string &a_name)
Definition API.h:14