- moved the skybox texture files to the main textures directory.

This commit is contained in:
Christoph Oelckers 2017-03-17 21:12:09 +01:00
commit c9296ead57
7 changed files with 27 additions and 22 deletions

View file

@ -35,6 +35,7 @@
#include "vectors.h"
#include "v_palette.h"
#include "templates.h"
#include "textures/skyboxtexture.h"
#include "gl/system/gl_interface.h"
#include "gl/system/gl_framebuffer.h"
@ -45,7 +46,6 @@
#include "gl/textures/gl_hwtexture.h"
#include "gl/textures/gl_texture.h"
#include "gl/textures/gl_translate.h"
#include "gl/textures/gl_skyboxtexture.h"
#include "gl/utility/gl_clock.h"
#include "gl/utility/gl_templates.h"
#include "gl/gl_functions.h"