First pass at updating nq particles. Compiles. Crashes. Taniwha wanted a look. Flee in terror.

Also has bunches of cleanups, including string.h/strings.h ifdefs, whitespace, and removal of pointless comments.
This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-09 05:41:34 +00:00
parent 80814f5437
commit f6374b48ce
56 changed files with 2934 additions and 2989 deletions

View file

@ -1,7 +1,7 @@
/*
client.h
@description@
Client definitions
Copyright (C) 1996-1997 Id Software, Inc.
@ -31,15 +31,16 @@
#include <stdio.h>
#include "QF/cvar.h"
#include "QF/info.h"
#include "QF/mathlib.h"
#include "QF/model.h"
#include "QF/quakefs.h"
#include "QF/sound.h"
#include "protocol.h"
#include "net.h"
#include "QF/model.h"
#include "QF/sound.h"
#include "render.h"
#include "QF/cvar.h"
#include "QF/quakefs.h"
#include "game.h"
typedef struct usercmd_s