Home
last modified time | relevance | path

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

/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dgame.hh86 static Tile the_null_tile; member in Game
101 Tile *null_tile() const { return &the_null_tile; } in null_tile()
H A Dgame.cc12 Tile Game::the_null_tile; member in Game