| 131 | : m_size(size) {} |
| 132 | |
| 133 | inline bool WorldGeometry::isNull() { |
| 134 | return m_size == Vec2U(); |
| 135 | } |
| 136 | |
| 137 | inline bool WorldGeometry::operator==(WorldGeometry const& other) const { |
| 138 | return m_size == other.m_size; |
no outgoing calls
no test coverage detected