TDME2 1.9.121
TextureManager_TextureManaged.cpp
Go to the documentation of this file.
2
3#include <string>
4
5#include <tdme/tdme.h>
7
8using std::string;
9
12
13TextureManager_TextureManaged::TextureManager_TextureManaged(const string& id, int32_t rendererId)
14{
15 this->id = id;
16 this->rendererId = rendererId;
17}