- moved hw_cvars to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-26 11:38:38 +02:00
commit cf41a0b1fb
34 changed files with 37 additions and 36 deletions

View file

@ -28,7 +28,7 @@
#include "gl_system.h"
#include "v_video.h"
#include "gl_interface.h"
#include "hwrenderer/utility/hw_cvars.h"
#include "hw_cvars.h"
#include "gl/system/gl_debug.h"
#include "gl/shaders/gl_shaderprogram.h"
#include "hwrenderer/utility/hw_shaderpatcher.h"