Moved RGBA draw stuff to its own header file

This commit is contained in:
Magnus Norddahl 2016-06-13 23:10:54 +02:00
commit 69b2fa72e8
8 changed files with 394 additions and 351 deletions

View file

@ -42,6 +42,7 @@
#include "r_3dfloors.h"
#include "textures/textures.h"
#include "r_data/voxels.h"
#include "r_draw_rgba.h"
EXTERN_CVAR(Bool, r_shadercolormaps)