diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-11 19:02:04 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-11 19:02:04 -0500 |
commit | 8a71861846c41c5f432570262b398c7627743c91 (patch) | |
tree | 8246864aa8a713d8905e93d656a55779d600aeb7 /include/common.hpp | |
parent | b19265bfa91e55c564b75aadcabd212ac89cf349 (diff) |
more entityx, main.cpp cleanup
Diffstat (limited to 'include/common.hpp')
-rw-r--r-- | include/common.hpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/common.hpp b/include/common.hpp index 8d74cda..15442a7 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -245,27 +245,6 @@ constexpr const float PI = 3.1415926535f; // references the variable in main.cpp, used for drawing with the player extern vec2 offset; -// reference to the shader programs we use throughout -extern GLuint textShader; -extern GLint textShader_attribute_coord; -extern GLint textShader_attribute_tex; -extern GLint textShader_uniform_texture; -extern GLint textShader_uniform_color; - -extern GLuint worldShader; -extern GLint worldShader_attribute_coord; -extern GLint worldShader_attribute_tex; -extern GLint worldShader_uniform_texture; -extern GLint worldShader_uniform_texture_normal; -extern GLint worldShader_uniform_color; -extern GLint worldShader_uniform_transform; -extern GLint worldShader_uniform_ambient; -extern GLint worldShader_uniform_light; -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. |