diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 13:55:22 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 13:55:22 -0400 |
commit | ceda39e4bd2e3a7794f0cb4f96df1de6ebee47d2 (patch) | |
tree | ba5451b6dcade324114d145d526e7c5b5465689a /src/shader.hpp | |
parent | dbb26902ed54ce308fdcec4697616e152f2894fd (diff) | |
parent | 0236eb7f6391c9d925dcaaddb8cb01ecfb7d5e55 (diff) |
update with master; using VBOs for fonts
Diffstat (limited to 'src/shader.hpp')
-rw-r--r-- | src/shader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader.hpp b/src/shader.hpp index 8691ab0..2a93f9c 100644 --- a/src/shader.hpp +++ b/src/shader.hpp @@ -24,6 +24,7 @@ #include <unordered_map> #include <GL/glew.h> +#include <SDL2/SDL_opengl.h> class Shader { |