mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
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:
parent
80814f5437
commit
f6374b48ce
56 changed files with 2934 additions and 2989 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue