@@ -0,0 +1,12 @@
#include "Sprite.hpp"
Sol::Sol() {
// Constructor implementation
std::cout << "Sol created." << std::endl;
}
Sol::~Sol() {
// Destructor implementation
std::cout << "Sol destroyed." << std::endl;
The note is not visible to the blocked user.