Imported TextLine and TextBox, added Image::CopyTexture

This commit is contained in:
2015-08-13 23:47:32 +10:00
parent ca67bf3bdd
commit b10572ccaf
6 changed files with 244 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ public:
SDL_Texture* Load(SDL_Renderer* renderer, std::string fname);
SDL_Texture* Create(SDL_Renderer* renderer, Uint16 w, Uint16 h);
SDL_Texture* CopyTexture(SDL_Renderer* renderer, SDL_Texture* ptr);
SDL_Texture* SetTexture(SDL_Texture*);
SDL_Texture* GetTexture() const;
virtual void Free();