diff options
Diffstat (limited to 'src/crepe/api/spritesheet.h')
-rw-r--r-- | src/crepe/api/spritesheet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crepe/api/spritesheet.h b/src/crepe/api/spritesheet.h index 7f46296..503dcef 100644 --- a/src/crepe/api/spritesheet.h +++ b/src/crepe/api/spritesheet.h @@ -24,14 +24,10 @@ private: void load(std::unique_ptr<api::Resource> res, const int row, const int col);; SDL_Texture* get_texture() const; - - private: SDL_Texture* m_spritesheet; SDL_Rect m_clip; - - friend class SdlContext; }; } |