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
+3 -1
View File
@@ -6,7 +6,9 @@
#include <SOIL.h>
class Texture
#include "ContentManager.h"
class Texture : public Resource
{
public:
Texture(std::string path);