| 88 | bool bottom_of_text = false; |
| 89 | |
| 90 | bool valid() const { return tile >= 0; } |
| 91 | bool empty() const { return ch == 0 && tile == 0; } |
| 92 | |
| 93 | // NOTE: LuaApi.cpp assumes this struct is plain data and has empty destructor |
no outgoing calls
no test coverage detected