| 43 | // implementation of GridBase |
| 44 | |
| 45 | bool GridBase::initWithSize(const Vec2& gridSize) |
| 46 | { |
| 47 | return initWithSize(gridSize, Rect::ZERO); |
| 48 | } |
| 49 | |
| 50 | bool GridBase::initWithSize(const Vec2& gridSize, const ax::Rect& rect) |
| 51 | { |
no test coverage detected