Create files for clip, draw and portal segments

This commit is contained in:
Magnus Norddahl 2016-12-28 07:04:13 +01:00
commit 1b284ecf3b
15 changed files with 224 additions and 127 deletions

View file

@ -68,6 +68,8 @@
#include "p_local.h"
#include "p_maputl.h"
#include "r_voxel.h"
#include "r_draw_segment.h"
#include "r_portal_segment.h"
EXTERN_CVAR(Bool, st_scale)
EXTERN_CVAR(Bool, r_shadercolormaps)