aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/Image_asset.h
blob: 97daca1bb088ff159840e77dc54731fc21fcf13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once



#include "resource.h"
#include <string>



class Texture : public Resource {

public:
	Texture(const std::string&);
	~Texture();
};