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