#include "spritesheet.h" #include SpriteSheet::SpriteSheet(const std::string& content){ this->m_content = content; } SpriteSheet::~SpriteSheet(){ }