| 61 | #define DrawTop(i, color) GLOB_ENGINE->DrawLine(Line2DPixel(xx + i, yy + i, xx + ww - 1 - i, yy + i), color, color); |
| 62 | |
| 63 | static RString DecodeControlText(RString text) |
| 64 | { |
| 65 | return Poseidon::DecodeLegacyTextToRString(text, GLanguage); |
| 66 | } |
| 67 | |
| 68 | const float textBorder = 0.005; |
| 69 |
no test coverage detected