6 #ifndef GDCORE_LOCALIZATION_H
7 #define GDCORE_LOCALIZATION_H
19 #if defined(EMSCRIPTEN)
23 #include "GDCore/String.h"
32 #define _(s) gd::GetTranslation(u8##s)
42 #define _(s) gd::String(u8##s)
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24