X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTexture.h;h=f50af0eef4c44c32bad01637a749cd0c3fd903db;hb=cfdbe0ad0521045b27a60dbb1c963ea6dfdcda5a;hp=69226761fcf50fcfba8806f2e6d1e8f3d60d3433;hpb=531512ddd1b17458281b27a6f21be83bc2a9c16c;p=lugaru.git diff --git a/Source/Texture.h b/Source/Texture.h index 6922676..f50af0e 100644 --- a/Source/Texture.h +++ b/Source/Texture.h @@ -1,3 +1,6 @@ +#ifndef _TEXTURE_H_ +#define _TEXTURE_H_ + #include #include @@ -34,3 +37,4 @@ class Texture { static GLuint Load(const std::string& fileName, bool mipmap, bool hasalpha, GLubyte* array, int* skinsize); }; +#endif