Created resource manager
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@
|
||||
|
||||
#include <SOIL.h>
|
||||
|
||||
class Texture
|
||||
#include "ContentManager.h"
|
||||
|
||||
class Texture : public Resource
|
||||
{
|
||||
public:
|
||||
Texture(std::string path);
|
||||
|
||||
Reference in New Issue
Block a user