diff options
Diffstat (limited to 'src/graphics')
-rw-r--r-- | src/graphics/shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/shader.h b/src/graphics/shader.h index 7e9dad4..5f7d7c6 100644 --- a/src/graphics/shader.h +++ b/src/graphics/shader.h @@ -10,6 +10,7 @@ #include <util/unsupportedeigenthing/OpenGLSupport> + class Shader { public: Shader(const std::string &vertexPath, const std::string &fragmentPath); |