feat: add texture destory function

This commit is contained in:
2026-01-15 20:49:11 +08:00
parent 4ae99a44a3
commit 562599b8b4
8 changed files with 65 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ public:
SDL_Texture* getTexture(int x, int y);
bool destoryTexture(int x, int y);
private:
SDL_Renderer* m_renderer = nullptr;