summaryrefslogtreecommitdiff
path: root/src/render/openglgraphicsdef1.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-17 19:00:09 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-17 19:00:09 +0300
commit7dfca4e04aba1a8c885b355e5fefb937e568435f (patch)
treed37928a2251c150c8481f571b0f26c92250867b3 /src/render/openglgraphicsdef1.hpp
parentb1ca78834ca5f2fcc9d78d9eb9b22abf20392ffa (diff)
downloadplus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.gz
plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.bz2
plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.xz
plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.zip
Add some includes guards. Fix compilation for windows.
Diffstat (limited to 'src/render/openglgraphicsdef1.hpp')
-rw-r--r--src/render/openglgraphicsdef1.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/openglgraphicsdef1.hpp b/src/render/openglgraphicsdef1.hpp
index 1d6a7c40d..debce29fa 100644
--- a/src/render/openglgraphicsdef1.hpp
+++ b/src/render/openglgraphicsdef1.hpp
@@ -20,6 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#define RENDER_OPENGLGRAPHICSDEF1_HPP
+
public:
void setColor(const Color &restrict color) override final
{