| 322 | void Clear(); |
| 323 | |
| 324 | cPosition *getPosition() { return new cPosition(field_0, field_4); } |
| 325 | |
| 326 | int getX() const { return field_0; } |
| 327 | void setX(int pX) { field_0 = pX; } |
nothing calls this directly
no outgoing calls
no test coverage detected