homebrewfilter/source/Tools/translate.h

8 lines
155 B
C
Raw Normal View History

2011-09-27 21:52:55 +02:00
#include <string>
using namespace std;
void ini_Open(string filename);
const char* tr(string translate);
void translate();
2011-09-25 19:47:02 +02:00
bool language_folder_exists();