]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
rearranged sky rendering code
[xonotic/darkplaces.git] / render.h
index 6c92a91a0df785a9559f540ed386ba399df55ba8..b8c9bf546d2401ac960d20abbfdff6cca6029a75 100644 (file)
--- a/render.h
+++ b/render.h
@@ -21,12 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // refresh.h -- public interface to refresh functions
 
 // sky stuff
-extern char skyname[];
 extern void R_SetSkyBox(char* sky);
-extern void LoadSky_f(void);
-extern rtexture_t *solidskytexture;
-extern rtexture_t *alphaskytexture;
-extern float speedscale; // for top sky and bottom sky
 
 // far clip distance for scene
 extern cvar_t r_farclip;