mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
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; }
|