From 06b95b35439dca6a30afa9a823123343f4679feb Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 9 Aug 2011 02:14:12 +0200 Subject: OPENGL: Add include guard to gltexture.h --- backends/graphics/opengl/gltexture.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h index 3e04949c8c..2f0bef2bbf 100644 --- a/backends/graphics/opengl/gltexture.h +++ b/backends/graphics/opengl/gltexture.h @@ -20,6 +20,9 @@ * */ +#ifndef BACKENDS_GRAPHICS_OPENGL_GLTEXTURE_H +#define BACKENDS_GRAPHICS_OPENGL_GLTEXTURE_H + #include "common/scummsys.h" #ifdef WIN32 @@ -116,3 +119,5 @@ protected: GLint _filter; bool _refresh; }; + +#endif -- cgit v1.2.3