Fix compile errors

This commit is contained in:
Magnus Norddahl 2017-02-02 15:24:21 +01:00
commit 7b4d9675c9
12 changed files with 18 additions and 18 deletions

View file

@ -34,7 +34,7 @@
#include "v_palette.h"
#include "r_data/colormaps.h"
#include "poly_draw_args.h"
#include "swrenderer/scene/r_viewport.h"
#include "swrenderer/viewport/r_viewport.h"
void PolyDrawArgs::SetClipPlane(float a, float b, float c, float d)
{