Corregits 8.000.000 de segmentation faults en intro.cpp

This commit is contained in:
2024-10-07 18:37:08 +02:00
parent 0330fe6b74
commit bf945ef14b
5 changed files with 48 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "animated_sprite.h" // for AnimatedSprite
#include "animated_sprite.h" // for AnimatedSprite
class Texture;
// Clase SmartSprite
@@ -25,6 +25,9 @@ public:
// Constructor
SmartSprite(Texture *texture);
// Destructor
~SmartSprite() = default;
// Inicializa el objeto
void init();