| 76 | |
| 77 | virtual void setCellSize( const Point2I &size ){ mCellSize = size; } |
| 78 | virtual void getCellSize( Point2I &size ){ size = mCellSize; } |
| 79 | |
| 80 | const char *getScriptValue(); |
| 81 | void setScriptValue(const char *value); |
no outgoing calls
no test coverage detected