| 38 | CGameFont* GetFontArial21() { return mngr().pFontArial21; } |
| 39 | |
| 40 | CGameFont* GetFontCustom(LPCSTR section) { return mngr().InitializeCustomFont(section); } |
| 41 | |
| 42 | int GetARGB(u16 a, u16 r, u16 g, u16 b) { return color_argb(a, r, g, b); } |
| 43 |
nothing calls this directly
no test coverage detected