mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
4 lines
112 B
C++
4 lines
112 B
C++
#include "Translation.h"
|
|
|
|
const char *translatedString(uint16_t offset) { return TranslationStrings + offset; }
|