* Updated to ZDoom r3245:

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

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1220 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2011-07-04 19:06:12 +00:00
parent 0958de9c66
commit cebc85342e
37 changed files with 901 additions and 747 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);