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

@ -36,18 +36,18 @@
# include <strings.h>
#endif
#include "checksum.h"
#include "QF/checksum.h"
#include "cl_cam.h"
#include "cl_demo.h"
#include "cl_input.h"
#include "cl_parse.h"
#include "client.h"
#include "cmd.h"
#include "console.h"
#include "QF/cmd.h"
#include "QF/console.h"
#include "host.h"
#include "input.h"
#include "keys.h"
#include "msg.h"
#include "QF/keys.h"
#include "QF/msg.h"
#include "msg_ucmd.h"
#include "teamplay.h"
#include "view.h"