Home
last modified time | relevance | path

Searched refs:draw_tile_proc (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dtile_cmd.h146 …DrawTileProc *draw_tile_proc; ///< Called to render the tile and its contents to … member
H A Dviewport.cpp1277 _tile_type_procs[tile_type]->draw_tile_proc(&tile_info); in ViewportAddLandscape()