mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
qtypes.h:
remove includes of qdefs.h and compat.h pr_comp.h: merge pr_comp.h from quake and qfcc, removing the copy in qfcc cmdlib.[ch]: nuke the endian code. qendian.c: initialise the LittleLong etc pointers at compile time rather than run time com.c (both nq and qw): nuke the LittleLong etc init code everything else: fix up after the qtypes.h cleanup
This commit is contained in:
parent
5a48f987a5
commit
cb5c262ffc
65 changed files with 151 additions and 431 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "QF/compat.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/hash.h"
|
||||
#include "QF/qargs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue