diff options
Diffstat (limited to 'src/gl.h')
-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; |