aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/Image_asset.cpp
blob: 2ab91162de10599f1285197860212b0c983ce6e4 (plain)
1
2
3
4
5
6
7
8
9
10
#include "Image_asset.h"
#include <SDL_image.h>
#include <SDL_surface.h>
#include <string>

Texture::Texture(const std::string & content) { this->m_content = content; }

Texture::~Texture() {}