mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
feat: add texture destory function
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
|
||||
SDL_Texture* getTexture(int x, int y);
|
||||
|
||||
bool destoryTexture(int x, int y);
|
||||
|
||||
private:
|
||||
|
||||
SDL_Renderer* m_renderer = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user