Home
last modified time | relevance | path

Searched refs:TOOL_SHOW_UNDERGROUND (Results 1 – 3 of 3) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsimmenu.h98 TOOL_SHOW_UNDERGROUND, enumerator
H A Dsimmenu.cc152 case TOOL_SHOW_UNDERGROUND: tool = new tool_show_underground_t(); break; in create_simple_tool()
H A Dsimtool.h867 tool_show_underground_t() : tool_t(TOOL_SHOW_UNDERGROUND | SIMPLE_TOOL) {} in tool_show_underground_t()