Viktor stuff fixed
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#include <SOIL.h>
|
||||
#include "Renderer.h"
|
||||
#ifndef Texture_h__
|
||||
#define Texture_h__
|
||||
|
||||
#include <GL/glew.h>
|
||||
#define GLFW_INCLUDE_GLU
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <glext.h>
|
||||
#include <SOIL.h>
|
||||
|
||||
//#include "Renderer.h"
|
||||
|
||||
class Texture
|
||||
{
|
||||
public:
|
||||
|
||||
Texture(const char* path);
|
||||
|
||||
~Texture();
|
||||
@@ -15,3 +21,5 @@ public:
|
||||
void Load(const char* path);
|
||||
void Bind();
|
||||
};
|
||||
|
||||
#endif // Texture_h__
|
||||
|
||||
Reference in New Issue
Block a user