- moved gl_load to common.

This commit is contained in:
Christoph Oelckers 2020-04-10 22:10:49 +02:00
commit 0cb2a1b8e9
29 changed files with 41 additions and 38 deletions

View file

@ -25,9 +25,9 @@
**
*/
#include "gl_load/gl_system.h"
#include "gl_system.h"
#include "v_video.h"
#include "gl_load/gl_interface.h"
#include "gl_interface.h"
#include "hwrenderer/utility/hw_cvars.h"
#include "gl/system/gl_debug.h"
#include "gl/shaders/gl_shaderprogram.h"