Corregits 8.000.000 de segmentation faults en intro.cpp
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user