| 228 | |
| 229 | GUI_HOOK_DEFINE(Screen::Hooks::set_tile, doSetTile_default); |
| 230 | static bool doSetTile(const Pen &pen, int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field = NULL) |
| 231 | { |
| 232 | return GUI_HOOK_TOP(Screen::Hooks::set_tile)(pen, x, y, map, texpos_field); |
| 233 | } |
| 234 | |
| 235 | bool Screen::paintTile(const Pen &pen, int x, int y, bool map, int32_t * df::graphic_viewportst::*texpos_field) |
| 236 | { |
no outgoing calls
no test coverage detected