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:
Bill Currie 2001-03-27 20:33:07 +00:00
parent f6073d756f
commit f78b973978
306 changed files with 897 additions and 874 deletions

View file

@ -33,10 +33,10 @@
#include <math.h>
#include "client.h"
#include "compat.h"
#include "cvar.h"
#include "QF/compat.h"
#include "QF/cvar.h"
#include "pmove.h"
#include "qtypes.h"
#include "QF/qtypes.h"
cvar_t *no_pogo_stick;
movevars_t movevars;