7 lines
185 B
C++
7 lines
185 B
C++
#include "Translation.h"
|
|
|
|
bool settings_setLanguageSwitch(void) { return false; }
|
|
|
|
void settings_displayLanguageSwitch(void) {}
|
|
bool settings_showLanguageSwitch(void) { return false; }
|