From 8a71861846c41c5f432570262b398c7627743c91 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan <tullivan99@gmail.com> Date: Tue, 11 Oct 2016 19:02:04 -0500 Subject: more entityx, main.cpp cleanup --- include/common.hpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'include/common.hpp') 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. -- cgit v1.2.3