- moved gl_shader.cpp to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-26 22:24:27 +02:00
commit cb1e8a177f
7 changed files with 6 additions and 13 deletions

View file

@ -2,7 +2,7 @@
#pragma once
#include "gl_system.h"
#include "gl/shaders/gl_shader.h"
#include "gl_shader.h"
#include "hwrenderer/postprocessing/hw_postprocess.h"
namespace OpenGLRenderer