- rename src/resources to src/r_data.

SVN r3254 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-06 07:35:36 +00:00
commit 5c6fd66ed5
40 changed files with 43 additions and 43 deletions

View file

@ -59,8 +59,8 @@
#include "r_3dfloors.h"
#include "v_palette.h"
#include "r_translate.h"
#include "resources/colormaps.h"
#include "resources/voxels.h"
#include "r_data/colormaps.h"
#include "r_data/voxels.h"
extern fixed_t globaluclip, globaldclip;