commit aa3d3b19f81a7d1a36bdd435701acecaf5c1f456 parent 3cacd7b6ef1b9ea5aea92752ad720fca96286f1e Author: Michael Savage <mikejsavage@gmail.com> Date: Sun Nov 27 00:29:15 +0200 Put Skybox back in game.h Diffstat:
game.h | | | 4 | ++-- |
diff --git a/game.h b/game.h @@ -12,7 +12,7 @@ #include "heightmap.h" #include "bsp.h" #include "bsp_renderer.h" -// #include "skybox.h" +#include "skybox.h" #include "immediate.h" #include "work_queue.h" #include "memory_arena.h" @@ -64,7 +64,7 @@ struct GameState { GLint test_outline_at_colour; GLint test_outline_un_vp; - // Skybox skybox; + Skybox skybox; float test_sun;