- 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

@ -28,8 +28,8 @@
#include "templates.h"
#include "doomstat.h"
#include "r_data/colormaps.h"
#include "gl_load/gl_system.h"
#include "gl_load/gl_interface.h"
#include "gl_system.h"
#include "gl_interface.h"
#include "hwrenderer/utility/hw_cvars.h"
#include "hwrenderer/data/flatvertices.h"
#include "hwrenderer/scene/hw_skydome.h"