- 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

@ -38,13 +38,13 @@
#endif
#include "v_palette.h"
#include "sc_man.h"
#include "textures/skyboxtexture.h"
#include "gl/system/gl_interface.h"
#include "gl/renderer/gl_renderer.h"
#include "gl/textures/gl_texture.h"
#include "gl/textures/gl_material.h"
#include "gl/textures/gl_samplers.h"
#include "gl/textures/gl_skyboxtexture.h"
#include "gl/textures/gl_translate.h"
#include "gl/models/gl_models.h"