- 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

@ -37,7 +37,7 @@
#include "swrenderer/r_swscene.h"
#include "swrenderer/r_renderer.h"
#include "hw_dynlightdata.h"
#include "hwrenderer/utility/hw_clock.h"
#include "hw_clock.h"
#include "flatvertices.h"
#include "v_palette.h"
#include "d_main.h"