| 23 | #include "stdafx.hpp" |
| 24 | |
| 25 | uint8* sSpriteSheet::GetGraphicsPtr() const { |
| 26 | |
| 27 | return g_Fodder->mGraphics->GetSpriteData(mLoadSegment) + mLoadOffset; |
| 28 | } |
| 29 | |
| 30 | uint8* sSpriteSheet_pstuff::GetGraphicsPtr(uint16 pOffset) const { |
| 31 |
no test coverage detected