- removed more r_ header dependencies from the rest of the code.

SVN r3260 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-06 15:31:05 +00:00
commit 463c276014
36 changed files with 271 additions and 266 deletions

View file

@ -50,7 +50,7 @@
#include "tarray.h"
#include "m_bbox.h"
#include "c_console.h"
#include "r_main.h"
#include "r_state.h"
const int MaxSegs = 64;
const int SplitCost = 8;