- moved r_interpolate.cpp and r_translate.cpp to r_data.

- merged r_jpeg.h into jpegtexture.cpp because that's the only place where it's ever used.


SVN r3255 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-06 08:50:15 +00:00
commit fbff5ca932
51 changed files with 87 additions and 101 deletions

View file

@ -69,9 +69,9 @@
#include "version.h"
#include "statnums.h"
#include "sbarinfo.h"
#include "r_translate.h"
#include "r_data/r_translate.h"
#include "p_lnspec.h"
#include "r_interpolate.h"
#include "r_data/r_interpolate.h"
#include "cmdlib.h"
#include "d_net.h"
#include "d_netinf.h"