mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 09:21:09 +00:00
fixes for compiling without assembler
This commit is contained in:
parent
600bcfb108
commit
3c18b50d9c
2 changed files with 4 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include "d_local.h"
|
||||
#include "r_local.h"
|
||||
|
||||
|
||||
void
|
||||
|
|
|
@ -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 !!!
|
||||
|
|
Loading…
Reference in a new issue