////////////////////////////////// IMAGE functions
| 8 | { |
| 9 | /////////////////////////////////////// IMAGE functions |
| 10 | grpFrame *CImage::getCurrentFrame() const |
| 11 | { |
| 12 | return &this->GRPFile->frames[this->frameIndex]; |
| 13 | } |
| 14 | BW::Position CImage::getPosition() const |
| 15 | { |
| 16 | return Position(this->horizontalOffset, this->verticalOffset) + this->spriteOwner->position; |
no outgoing calls
no test coverage detected