]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added support for GL_ARB_texture_env_combine, currently only used on wall rendering...
[xonotic/darkplaces.git] / render.h
index 041c3bc75856cd23ff791f3748e50d1ea5da8920..9d1fb636a633c389f516da7895399f607596c9da 100644 (file)
--- a/render.h
+++ b/render.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details.
 
@@ -41,6 +41,8 @@ extern char r_speeds2_string[1024];
 // lighting stuff
 extern vec3_t lightspot;
 extern cvar_t r_ambient;
+extern int lightscalebit;
+extern float lightscale;
 
 // model rendering stuff
 extern float *aliasvert;