Resource manager refactoring

This commit is contained in:
2014-04-13 03:42:12 +02:00
parent 14feb3659b
commit e4e5068727
7 changed files with 74 additions and 203 deletions
+1 -2
View File
@@ -17,8 +17,7 @@
class Model : public Resource
{
public:
Model(OBJ &obj);
Model(const char* path);
Model(OBJ &obj, ResourceManager* rm);
struct TextureGroup
{