- moved most of the OpenGL backend to 'common'.

A few things are yet to do, because they still need some changes.
This commit is contained in:
Christoph Oelckers 2020-04-26 14:44:19 +02:00
commit 02832297ff
26 changed files with 216 additions and 220 deletions

View file

@ -30,6 +30,7 @@
#include "i_time.h"
#include "g_game.h"
#include "v_text.h"
#include "version.h"
#include "hwrenderer/utility/hw_clock.h"
#include "hw_vrmodes.h"