mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 20:25:19 +00:00
Corrects two improper include paths.
This commit is contained in:
committed by
Thomas Harte
parent
f0ec9fa5d2
commit
312f38906b
@@ -9,7 +9,7 @@
|
||||
#ifndef Rectangle_hpp
|
||||
#define Rectangle_hpp
|
||||
|
||||
#include "OpenGL.hpp"
|
||||
#include "../OpenGL.hpp"
|
||||
#include "Shader.hpp"
|
||||
#include <memory>
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#ifndef TextureTarget_hpp
|
||||
#define TextureTarget_hpp
|
||||
|
||||
#include "OpenGL.hpp"
|
||||
#include "../OpenGL.hpp"
|
||||
#include "Shader.hpp"
|
||||
#include <memory>
|
||||
|
||||
|
Reference in New Issue
Block a user