aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index f601d95..550d931 100644
--- a/src/types.h
+++ b/src/types.h
@@ -139,6 +139,9 @@ typedef struct {
GLuint lighting_vert;
GLuint lighting_frag;
GLuint lighting_program;
+ GLuint fill_vert;
+ GLuint fill_frag;
+ GLuint fill_program;
/* Textures */
Texture textures[MAX_TEXTURES];