Created resource manager

This commit is contained in:
2014-04-13 00:20:51 +02:00
parent d13c19d654
commit 04cb1f1204
6 changed files with 124 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "Texture.h"
Texture::Texture(std::string path)
: Resource(path)
{
Load(path);
}