forgot these

This commit is contained in:
Bill Currie 2000-12-30 02:25:58 +00:00
parent ccba39666b
commit 60fe4aea40
7 changed files with 9 additions and 6 deletions

View file

@ -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);