Arreglades les herencies de Sprite

Abans de llevar mil coses que sobren i replantejar-se estes 4 classes
This commit is contained in:
2024-10-13 10:01:07 +02:00
parent 33ea8d90ca
commit b060f21696
17 changed files with 1204 additions and 284 deletions

View File

@@ -49,7 +49,7 @@ private:
public:
// Constructor
Texture(SDL_Renderer *renderer, std::string path = "");
explicit Texture(SDL_Renderer *renderer, std::string path = "");
// Destructor
~Texture();