Split softpoly into more files

This commit is contained in:
Magnus Norddahl 2019-12-15 17:14:23 +01:00
commit 5632c80ab2
16 changed files with 2949 additions and 2691 deletions

View file

@ -2,6 +2,7 @@
#include "poly_buffers.h"
#include "poly_framebuffer.h"
#include "poly_renderstate.h"
#include "rendering/polyrenderer/drawers/poly_thread.h"
#include "doomerrors.h"
PolyBuffer *PolyBuffer::First = nullptr;