diff options
Diffstat (limited to 'include/common.hpp')
-rw-r--r-- | include/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp index 2442f5c..240cd01 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -229,6 +229,7 @@ extern GLuint worldShader; extern GLint worldShader_attribute_coord; extern GLint worldShader_attribute_tex; extern GLint worldShader_uniform_texture; +extern GLint worldShader_uniform_color; /** * Prints a formatted debug message to the console, along with the callee's file and line |