* Draw text (using default font) */
| 250 | * Draw text (using default font) |
| 251 | */ |
| 252 | RLCPP_MAYBEUNUSED RLCPPAPI inline void DrawText(const char* text, int posX, int posY, int fontSize, ::Color color) { |
| 253 | ::DrawText(text, posX, posY, fontSize, color); |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Draw text (using default font) |