From 6f23c384bb07db5e0c4bdaf0a0340d0af47475d8 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 8 Jun 2016 08:41:44 -0400 Subject: Lighting! --- include/common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.hpp') 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. -- cgit v1.2.3