diff options
Diffstat (limited to 'src/Textures.h')
-rw-r--r-- | src/Textures.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Textures.h b/src/Textures.h index 4332d26..9c1a60f 100644 --- a/src/Textures.h +++ b/src/Textures.h @@ -16,8 +16,8 @@ // You should have received a copy of the GNU General Public License // along with Black Shades. If not, see <https://www.gnu.org/licenses/>. -#ifndef TEXTURES_H -#define TEXTURES_H +#ifndef BLACKSHADES_TEXTURES_H +#define BLACKSHADES_TEXTURES_H #include <SDL/SDL.h> #include <GL/gl.h> @@ -25,4 +25,4 @@ GLuint loadTexture(const char* filename, GLenum minFilter = GL_LINEAR, GLenum magFilter = GL_LINEAR, bool mipmaps = true); -#endif // TEXTURES_H +#endif // BLACKSHADES_TEXTURES_H |