From fcf6abaccec7c7ed2fd306a9cf1ec378f303297c Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 10:41:00 -0600 Subject: -refractoring of includes --- inc/opengl/geoshader.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'inc/opengl/geoshader.hpp') diff --git a/inc/opengl/geoshader.hpp b/inc/opengl/geoshader.hpp index 2619a92..d068a55 100644 --- a/inc/opengl/geoshader.hpp +++ b/inc/opengl/geoshader.hpp @@ -5,7 +5,6 @@ #include #include "constants.hpp" -#include "graphicsdata.hpp" #include "transform.hpp" class GeoShader @@ -13,10 +12,10 @@ class GeoShader public: GeoShader(const std::string& fileName); - void Bind(); - void Update(const Transform& transform, const Camera& camera); - virtual ~GeoShader(); - GLuint m_program; + void Bind(); + void Update(const Transform& transform, const Camera& camera); + virtual ~GeoShader(); + GLuint m_program; private: std::string LoadShader(const std::string& fileName); -- cgit v1.2.3