| 358 | } |
| 359 | |
| 360 | Pen Screen::readTile(int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field) |
| 361 | { |
| 362 | if (!gps) return Pen(0,0,0,-1); |
| 363 | |
| 364 | return doGetTile(x, y, map, texpos_field); |
| 365 | } |
| 366 | |
| 367 | bool Screen::paintString(const Pen &pen, int x, int y, const std::string &text, bool map) |
| 368 | { |