mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
move the api headers into include/QF and clean up (most of) the resulting mess.
target specific files that I don't build won't compile yet. just put QF/ infront of the offending headers. Also move ver_check into libqfutils
This commit is contained in:
parent
f6073d756f
commit
f78b973978
306 changed files with 897 additions and 874 deletions
|
@ -31,15 +31,15 @@
|
|||
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "gcc_attr.h"
|
||||
#include "QF/gcc_attr.h"
|
||||
#include "net.h"
|
||||
#include "cvar.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "protocol.h"
|
||||
#include "model.h"
|
||||
#include "sv_progs.h"
|
||||
#include "sizebuf.h"
|
||||
#include "info.h"
|
||||
#include "quakeio.h"
|
||||
#include "QF/sizebuf.h"
|
||||
#include "QF/info.h"
|
||||
#include "QF/quakeio.h"
|
||||
#include "client.h"
|
||||
|
||||
extern progs_t sv_pr_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue