mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +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
|
@ -32,15 +32,15 @@
|
|||
#endif
|
||||
|
||||
#include "server.h"
|
||||
#include "msg.h"
|
||||
#include "console.h"
|
||||
#include "QF/msg.h"
|
||||
#include "QF/console.h"
|
||||
#include "world.h"
|
||||
#include "keys.h"
|
||||
#include "QF/keys.h"
|
||||
#include "view.h"
|
||||
#include "cmd.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "host.h"
|
||||
#include "sv_progs.h"
|
||||
#include "sys.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
edict_t *sv_player;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue