mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-01 09:32:36 +00:00
forgot these
This commit is contained in:
parent
ccba39666b
commit
60fe4aea40
7 changed files with 9 additions and 6 deletions
|
@ -31,7 +31,8 @@
|
|||
|
||||
#include "mathlib.h"
|
||||
|
||||
void R_RocketTrail (int type, entity_t *ent);
|
||||
struct entity_s;
|
||||
void R_RocketTrail (int type, struct entity_s *ent);
|
||||
void R_RunParticleEffect (vec3_t org, int color, int count);
|
||||
void R_RunPuffEffect (vec3_t org, byte type, byte count);
|
||||
void R_RunSpikeEffect (vec3_t org, byte type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue