| 96 | inline SDL_Surface* GetSurface() const { return mSDLSurface; } |
| 97 | inline SDL_Texture* GetTexture() const { return mTexture; }; |
| 98 | inline uint8* GetSurfaceBuffer() const { return mSurfaceBuffer; } |
| 99 | inline size_t GetSurfaceBufferSize() const { return mSurfaceBufferSize; } |
| 100 | |
| 101 | inline size_t GetWidth() const { return mWidth; } |
no outgoing calls
no test coverage detected