- moved lightbuffers and flatvertices to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-26 12:30:36 +02:00
commit 69d724ae73
36 changed files with 55 additions and 56 deletions

View file

@ -36,9 +36,9 @@
#include "hw_drawinfo.h"
#include "hw_drawstructs.h"
#include "hwrenderer/utility/hw_clock.h"
#include "hwrenderer/dynlights/hw_dynlightdata.h"
#include "hwrenderer/data/flatvertices.h"
#include "hwrenderer/dynlights/hw_lightbuffer.h"
#include "hw_dynlightdata.h"
#include "flatvertices.h"
#include "hw_lightbuffer.h"
#include "hwrenderer/scene/hw_portal.h"
#include "hw_fakeflat.h"