From 70662679c1e1883f4dcd32cd019349394983b762 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 20 Oct 2014 18:23:25 +0200 Subject: [PATCH] Adding define guards. --- graphics.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/graphics.hh b/graphics.hh index 1e919bc..ee55c9f 100644 --- a/graphics.hh +++ b/graphics.hh @@ -1,3 +1,8 @@ +#ifndef GRAPHICS_HH_INCLUDED +#define GRAPHICS_HH_INCLUDED + +#endif + // gets called after the OpenGL window is prepared, init of example specific stuff: void initCustomResources();