diff options
-rw-r--r-- | src/gl.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,9 +2,8 @@ #define GL_H #include <epoxy/gl.h> - -struct color; -struct image; +#include "color.h" +#include "image.h" struct gl { GLuint vbo; |
![]() |
index : tofi.git | |
Fork of philj56/tofi with improved dmenu flag support | ZachIR |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/gl.h | 5 |
@@ -2,9 +2,8 @@ #define GL_H #include <epoxy/gl.h> - -struct color; -struct image; +#include "color.h" +#include "image.h" struct gl { GLuint vbo; |