aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-06-08 08:41:44 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-06-08 08:41:44 -0400
commit6f23c384bb07db5e0c4bdaf0a0340d0af47475d8 (patch)
treeaa160f1c92352f48dc3339331ab6c87c75ac972c /include/common.hpp
parent7dd64863c9ca613cf6969442f621849762b20115 (diff)
Lighting!
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp
index 934ede5..1ef8b8a 100644
--- a/include/common.hpp
+++ b/include/common.hpp
@@ -238,6 +238,7 @@ extern GLint worldShader_uniform_light_color;
extern GLint worldShader_uniform_light_impact;
extern GLint worldShader_uniform_light_amt;
+extern Color ambient;
/**
* Prints a formatted debug message to the console, along with the callee's file and line
* number.