mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 23:25:09 +01:00
8 lines
155 B
C++
8 lines
155 B
C++
|
|
#include <string>
|
|
using namespace std;
|
|
|
|
void ini_Open(string filename);
|
|
const char* tr(string translate);
|
|
void translate();
|
|
bool language_folder_exists(); |