- separated all colormap related code from v_palette.cpp and r_data.cpp into its own file.

SVN r3245 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-03 10:47:35 +00:00
commit 4626492f50
35 changed files with 898 additions and 745 deletions

View file

@ -54,6 +54,7 @@
#include "v_palette.h"
#include "r_sky.h"
#include "po_man.h"
#include "resources/colormaps.h"
int WallMost (short *mostbuf, const secplane_t &plane);