| 50 | } |
| 51 | |
| 52 | const char* textGetString(StrId id) |
| 53 | { |
| 54 | const char* str = g_strings[id][s_textLang]; |
| 55 | if (!str) str = g_strings[id][CFG_LANGUAGE_EN]; |
| 56 | return str; |
| 57 | } |
| 58 | |
| 59 | void textSetColor(u32 color) |
| 60 | { |
no outgoing calls
no test coverage detected