fixes for compiling without assembler

This commit is contained in:
Bill Currie 2001-05-24 20:04:39 +00:00
parent 600bcfb108
commit 3c18b50d9c
2 changed files with 4 additions and 1 deletions

View file

@ -31,6 +31,7 @@
#endif
#include "d_local.h"
#include "r_local.h"
void

View file

@ -31,8 +31,10 @@
# include "config.h"
#endif
#include "r_local.h"
#include "QF/render.h"
#include "d_local.h"
#include "r_local.h"
// TODO: put in span spilling to shrink list size
// !!! if this is changed, it must be changed in d_polysa.s too !!!