- moved the remaining core parts of the GL renderer to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-29 17:19:17 +02:00
commit 6cf91d3941
39 changed files with 61 additions and 70 deletions

View file

@ -33,7 +33,7 @@
#include "version.h"
#include "v_draw.h"
#include "hwrenderer/utility/hw_clock.h"
#include "hw_clock.h"
#include "hw_vrmodes.h"
#include "hw_cvars.h"
#include "hwrenderer/models/hw_models.h"